[Buildroot] svn commit: trunk/buildroot

aldot at uclibc.org aldot at uclibc.org
Fri Jul 27 14:16:02 UTC 2007


Author: aldot
Date: 2007-07-27 07:16:00 -0700 (Fri, 27 Jul 2007)
New Revision: 19278

Log:
- remove passing down the goals


Modified:
   trunk/buildroot/Makefile


Changeset:
Modified: trunk/buildroot/Makefile
===================================================================
--- trunk/buildroot/Makefile	2007-07-27 13:08:47 UTC (rev 19277)
+++ trunk/buildroot/Makefile	2007-07-27 14:16:00 UTC (rev 19278)
@@ -306,14 +306,12 @@
 export HOSTCFLAGS
 
 $(CONFIG)/conf:
-	$(MAKE) CC="$(HOSTCC)" MAKECMDGOALS="$(MAKECMDGOALS)" \
-		-C $(CONFIG) conf
+	$(MAKE) CC="$(HOSTCC)" -C $(CONFIG) conf
 	- at if [ ! -f .config ] ; then \
 		cp $(CONFIG_DEFCONFIG) .config; \
 	fi
 $(CONFIG)/mconf:
-	$(MAKE) CC="$(HOSTCC)" MAKECMDGOALS="$(MAKECMDGOALS)" \
-		-C $(CONFIG) conf mconf
+	$(MAKE) CC="$(HOSTCC)" -C $(CONFIG) conf mconf
 	- at if [ ! -f .config ] ; then \
 		cp $(CONFIG_DEFCONFIG) .config; \
 	fi




More information about the buildroot mailing list