[Buildroot] svn commit: trunk/buildroot

Bernhard Fischer rep.dot.nop at gmail.com
Sun Sep 23 11:19:10 UTC 2007


On Sun, Sep 23, 2007 at 03:57:15AM -0700, ulf at uclibc.org wrote:
>Author: ulf
>Date: 2007-09-23 03:57:15 -0700 (Sun, 23 Sep 2007)
>New Revision: 19964
>
>Log:
>fix error when doing 'make %_defconfig
>
>Modified:
>   trunk/buildroot/Makefile
>
>
>Changeset:
>Modified: trunk/buildroot/Makefile
>===================================================================
>--- trunk/buildroot/Makefile	2007-09-23 10:56:16 UTC (rev 19963)
>+++ trunk/buildroot/Makefile	2007-09-23 10:57:15 UTC (rev 19964)
>@@ -409,7 +409,7 @@
> 
> %_defconfig: $(CONFIG)/conf
> 	cp $(shell find ./target/ -name $@) .config
>-	@$(CONFIG)/conf -o $(CONFIG_CONFIG_IN)
>+	- $(MAKE) oldconfig

1) whitespace damaged
2) erroneously removes '@'
3) what error were you seeing?

> 
> help:
> 	@echo 'Cleaning:'

Please document the config copying in the help or remove it (I supposed
folks should be able to call 'cp' themself).
Oh and why do those live in project/* and not near the other
config-related targets?




More information about the buildroot mailing list