dslinux/toolchain Makefile

stsp stsp at user.in-berlin.de
Sun Aug 13 23:50:26 CEST 2006


Update of /cvsroot/dslinux/dslinux/toolchain
In directory antilope:/tmp/cvs-serv22344

Modified Files:
	Makefile 
Log Message:
Copy system headers into $(SYSROOT)/usr instead of $(SYSROOT).


Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/toolchain/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile	13 Aug 2006 21:48:17 -0000	1.3
+++ Makefile	13 Aug 2006 21:50:24 -0000	1.4
@@ -318,7 +318,7 @@
 $(SRCDIR)/.headers-copied: $(SRCDIR)/.uClibc-headers-compiled
 	mkdir -p $(SYSROOT)/usr
 	tar -C $(UCLIBC_SRCDIR) --exclude=CVS -h -c -f - include \
-		| tar -C $(SYSROOT) -x -f -
+		| tar -C $(SYSROOT)/usr -x -f -
 	touch $@
 
 #######################################################################




More information about the dslinux-commit mailing list