[BusyBox-cvs] busybox Makefile,1.268,1.269

Glenn McGrath bug1 at busybox.net
Mon Dec 9 21:16:42 UTC 2002


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

Modified Files:
	Makefile 
Log Message:
err.. Make clean in the scripts/config directory to remove some binaries


Index: Makefile
===================================================================
RCS file: /var/cvs/busybox/Makefile,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -d -r1.268 -r1.269
--- Makefile	9 Dec 2002 21:14:38 -0000	1.268
+++ Makefile	9 Dec 2002 21:16:39 -0000	1.269
@@ -201,7 +201,7 @@
 
 clean:
 	- $(MAKE) -C tests clean
-	- $(MAKE) -C scripts clean
+	- $(MAKE) -C scripts/config clean
 	- rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \
 	    docs/busybox.net/BusyBox.html
 	- rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \




More information about the busybox-cvs mailing list