[BusyBox-cvs] busybox/tests Makefile,1.5,1.6
Glenn McGrath
bug1 at busybox.net
Wed Sep 10 23:47:13 UTC 2003
Update of /var/cvs/busybox/tests
In directory winder:/tmp/cvs-serv5070/tests
Modified Files:
Makefile
Log Message:
Fix a bug where make clean complained about having both : and :: entries.
Remove tester.log on make clean
Patch by Arthur Othieno
Index: Makefile
===================================================================
RCS file: /var/cvs/busybox/tests/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile 22 Jul 2003 08:54:02 -0000 1.5
+++ Makefile 10 Sep 2003 23:47:10 -0000 1.6
@@ -10,8 +10,9 @@
@echo
(cd ..; tests/busybox.REGRESS.sh)
-clean:
+clean::
rm -f *.o
+ rm -f tester.log
distclean: clean
More information about the busybox-cvs
mailing list