[uClibc-cvs] uClibc Makefile,1.227,1.228

Erik Andersen andersen at uclibc.org
Tue Nov 4 05:49:32 UTC 2003


Update of /var/cvs/uClibc
In directory winder:/tmp/cvs-serv31432

Modified Files:
	Makefile 
Log Message:
Minor makefile tweaks


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/Makefile,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -d -r1.227 -r1.228
--- Makefile	20 Oct 2003 20:13:18 -0000	1.227
+++ Makefile	4 Nov 2003 05:49:28 -0000	1.228
@@ -244,7 +244,7 @@
 	$(RM) $(PREFIX)$(DEVEL_PREFIX)/include/getopt.h
 endif
 	- at for i in `find  $(PREFIX)$(DEVEL_PREFIX) -type d` ; do \
-	    chmod 755 $$i; chmod 644 $$i/*.h; \
+	    chmod 755 $$i; chmod 644 $$i/*.h > /dev/null 2>&1; \
 	done;
 	-find $(PREFIX)$(DEVEL_PREFIX) -name CVS | xargs $(RM) -r;
 	-chown -R `id | sed 's/^uid=\([0-9]*\).*gid=\([0-9]*\).*$$/\1.\2/'` $(PREFIX)$(DEVEL_PREFIX)
@@ -275,6 +275,8 @@
 	fi;
 endif
 
+# Using the wrapper toolchain is depricated.  You should 
+# really use a _real_ toolchain instead....
 install_toolchain: install_utils
 	$(INSTALL) -d $(PREFIX)$(DEVEL_TOOL_PREFIX)/bin
 	$(INSTALL) -d $(PREFIX)$(SYSTEM_DEVEL_PREFIX)/bin




More information about the uClibc-cvs mailing list