[Buildroot] svn commit: trunk/buildroot

Ulf Samuelsson ulf at atmel.com
Sat Apr 28 18:53:35 UTC 2007


________________ Sidrubrik f?r svar ________________ ?rende:	[Buildroot] svn commit: trunk/buildroot F?rfattare:	sjhill at uclibc.org Datum:		2007 april 28:e 17:13 
Author: sjhill
Date: 2007-04-28 10:09:44 -0700 (Sat, 28 Apr 2007)
New Revision: 18528

Log:
Create symlink for 'usr/include' in the staging directory so that packages like zlib and others who expect that to exist will install properly.


Modified:
   trunk/buildroot/Makefile


Changeset:
Modified: trunk/buildroot/Makefile
===================================================================
--- trunk/buildroot/Makefile	2007-04-28 17:08:57 UTC (rev 18527)
+++ trunk/buildroot/Makefile	2007-04-28 17:09:44 UTC (rev 18528)
@@ -107,6 +107,7 @@
 	@mkdir -p $(STAGING_DIR)/include
 	@mkdir -p $(STAGING_DIR)/usr
 	@mkdir -p $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)
+	@ln -snf ../include $(STAGING_DIR)/usr/include
 	@ln -snf ../lib $(STAGING_DIR)/usr/lib
 	@ln -snf ../lib $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/lib
 

_______________________________________________
buildroot mailing list
buildroot at uclibc.org
http://busybox.net/mailman/listinfo/buildroot




More information about the buildroot mailing list