[Buildroot] svn commit: trunk/buildroot

sjhill at uclibc.org sjhill at uclibc.org
Mon May 7 03:56:48 UTC 2007


Author: sjhill
Date: 2007-05-06 20:56:47 -0700 (Sun, 06 May 2007)
New Revision: 18569

Log:
Create 'bin' directory in staging area.


Modified:
   trunk/buildroot/Makefile


Changeset:
Modified: trunk/buildroot/Makefile
===================================================================
--- trunk/buildroot/Makefile	2007-05-06 22:51:52 UTC (rev 18568)
+++ trunk/buildroot/Makefile	2007-05-07 03:56:47 UTC (rev 18569)
@@ -103,6 +103,7 @@
 	@mkdir -p $@
 
 $(STAGING_DIR):
+	@mkdir -p $(STAGING_DIR)/bin
 	@mkdir -p $(STAGING_DIR)/lib
 	@mkdir -p $(STAGING_DIR)/include
 	@mkdir -p $(STAGING_DIR)/usr




More information about the buildroot mailing list