[BusyBox-cvs] busybox Makefile,1.273,1.274

Erik Andersen andersen at codepoet.org
Tue Jan 14 08:52:21 UTC 2003


Update of /var/cvs/busybox
In directory winder:/tmp/cvs-serv12869

Modified Files:
	Makefile 
Log Message:
Clean config binsries on 'make clean'


Index: Makefile
===================================================================
RCS file: /var/cvs/busybox/Makefile,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -d -r1.273 -r1.274
--- Makefile	11 Jan 2003 18:02:51 -0000	1.273
+++ Makefile	14 Jan 2003 08:52:18 -0000	1.274
@@ -215,9 +215,9 @@
 	- find . -name .depend -exec rm -f {} \;
 	- find . -name \*.o -exec rm -f {} \;
 	- find . -name \*.a -exec rm -f {} \;
+	- $(MAKE) -C scripts/config clean
 
 distclean: clean
-	- $(MAKE) -C scripts/config clean
 	rm -f .config .config.old .config.cmd
 
 release: distclean #doc




More information about the busybox-cvs mailing list