[uClibc-cvs] uClibc Makefile,1.196,1.197

Erik Andersen andersen at codepoet.org
Fri Jan 24 16:09:04 UTC 2003


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

Modified Files:
	Makefile 
Log Message:
Don't clean config system except on 'make distclean'.  Remember to
clean locale stuff on 'make clean'


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/Makefile,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -d -r1.196 -r1.197
--- Makefile	13 Dec 2002 22:43:35 -0000	1.196
+++ Makefile	24 Jan 2003 16:09:00 -0000	1.197
@@ -354,7 +354,7 @@
 	$(MAKE) -C libc/misc/wchar clean
 	$(MAKE) -C libc/unistd clean
 	$(MAKE) -C libc/sysdeps/linux/common clean
-	$(MAKE) -C extra clean
+	$(MAKE) -C extra/gcc-uClibc extra/locale clean
 	@set -e; \
 	for i in `(cd $(TOPDIR)/libc/sysdeps/linux/common/sys; ls *.h)` ; do \
 		rm -f include/sys/$$i; \
@@ -377,6 +377,7 @@
 
 distclean: clean
 	rm -f .config .config.old .config.cmd
+	$(MAKE) -C extra clean
 
 release: distclean
 	cd ..;					\




More information about the uClibc-cvs mailing list