[Buildroot] svn commit: trunk/buildroot/package/file
aldot at uclibc.org
aldot at uclibc.org
Sat Jul 7 04:06:08 PDT 2007
Author: aldot
Date: 2007-07-07 04:06:08 -0700 (Sat, 07 Jul 2007)
New Revision: 19019
Log:
- using $(STAGING_DIR)/include is inherently wrong. $(STAGING_DIR)/usr/include
is the proper path for includes (check your host)
Modified:
trunk/buildroot/package/file/file.mk
Changeset:
Modified: trunk/buildroot/package/file/file.mk
===================================================================
--- trunk/buildroot/package/file/file.mk 2007-07-07 10:39:13 UTC (rev 19018)
+++ trunk/buildroot/package/file/file.mk 2007-07-07 11:06:08 UTC (rev 19019)
@@ -94,8 +94,7 @@
$(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
mv $(TARGET_DIR)/lib/libmagic.a $(STAGING_DIR)/lib
rm -f $(TARGET_DIR)/lib/libmagic.la
- mkdir -p $(STAGING_DIR)/include
- mv $(TARGET_DIR)/usr/include/magic.h $(STAGING_DIR)/include
+ mv $(TARGET_DIR)/usr/include/magic.h $(STAGING_DIR)/usr/include
file: zlib uclibc $(TARGET_DIR)/$(FILE_TARGET_BINARY)
More information about the buildroot
mailing list