[BusyBox-cvs] busybox Makefile,1.267,1.268

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


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

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


Index: Makefile
===================================================================
RCS file: /var/cvs/busybox/Makefile,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -d -r1.267 -r1.268
--- Makefile	5 Dec 2002 08:40:31 -0000	1.267
+++ Makefile	9 Dec 2002 21:14:38 -0000	1.268
@@ -201,7 +201,7 @@
 
 clean:
 	- $(MAKE) -C tests clean
-	- $(MAKE) -C scripts/lxdialog clean
+	- $(MAKE) -C scripts 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