[Buildroot] svn commit: trunk/buildroot

aldot at uclibc.org aldot at uclibc.org
Fri Jul 27 15:29:13 UTC 2007


Author: aldot
Date: 2007-07-27 08:29:12 -0700 (Fri, 27 Jul 2007)
New Revision: 19284

Log:
- explicitely list base targets for World


Modified:
   trunk/buildroot/Makefile


Changeset:
Modified: trunk/buildroot/Makefile
===================================================================
--- trunk/buildroot/Makefile	2007-07-27 15:10:45 UTC (rev 19283)
+++ trunk/buildroot/Makefile	2007-07-27 15:29:12 UTC (rev 19284)
@@ -213,7 +213,7 @@
 dirs: $(DL_DIR) $(TOOL_BUILD_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) \
 	$(BINARIES_DIR) $(PROJECT_BUILD_DIR)
 $(BASE_TARGETS): dirs
-world: dependencies dirs target-host-info $(TARGETS)
+world: dependencies dirs target-host-info $(BASE_TARGETS) $(TARGETS)
 
 
 .PHONY: all world dirs clean dirclean distclean source target-host-info \




More information about the buildroot mailing list