projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe538ba
)
Fix a bug where make clean complained about having both : and :: entries.
author
Glenn L McGrath
<bug1@ihug.co.nz>
Wed, 10 Sep 2003 23:47:10 +0000
(23:47 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Wed, 10 Sep 2003 23:47:10 +0000
(23:47 -0000)
Remove tester.log on make clean
Patch by Arthur Othieno
tests/Makefile
patch
|
blob
|
history
diff --git
a/tests/Makefile
b/tests/Makefile
index 3c604cd328f8936f5ea1696414fdcbca96415a47..16f53452e29de38f385177b2d18690a990e2aa1f 100644
(file)
--- a/
tests/Makefile
+++ b/
tests/Makefile
@@
-10,8
+10,9
@@
message_header:
@echo
(cd ..; tests/busybox.REGRESS.sh)
-clean:
+clean:
:
rm -f *.o
+ rm -f tester.log
distclean: clean