[uClibc-cvs] svn commit: trunk/uClibc

andersen at uclibc.org andersen at uclibc.org
Wed Aug 17 00:25:30 UTC 2005


Author: andersen
Date: 2005-08-16 18:25:30 -0600 (Tue, 16 Aug 2005)
New Revision: 11176

Log:
We _must_ copy include/asm/ and include/linux/ when installing headers, since
once we build uClibc against those, they become part of uClibc's ABI and must
be included as part of the install.


Modified:
   trunk/uClibc/Makefile


Changeset:
Modified: trunk/uClibc/Makefile
===================================================================
--- trunk/uClibc/Makefile	2005-08-17 00:09:33 UTC (rev 11175)
+++ trunk/uClibc/Makefile	2005-08-17 00:25:30 UTC (rev 11176)
@@ -158,8 +158,7 @@
 	$(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)lib
 	$(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)include
 	-$(INSTALL) -m 644 lib/*.[ao] $(PREFIX)$(DEVEL_PREFIX)lib/
-	tar -chf - include \
-		--exclude .svn --exclude include/linux --exclude include/asm'*' \
+	tar -chf - include --exclude .svn --exclude CVS \
 		| tar -xf - -C $(PREFIX)$(DEVEL_PREFIX)
 ifneq ($(strip $(UCLIBC_HAS_FLOATS)),y)
 	# Remove floating point related headers since float support is disabled.




More information about the uClibc-cvs mailing list