mirror of https://github.com/mirror/busybox.git
Fix a bug where make clean complained about having both : and :: entries.
Remove tester.log on make clean Patch by Arthur Othieno1_00_stable_10817
parent
fe538ba5d6
commit
1cb2622f9c
|
@ -10,8 +10,9 @@ message_header:
|
|||
@echo
|
||||
(cd ..; tests/busybox.REGRESS.sh)
|
||||
|
||||
clean:
|
||||
clean::
|
||||
rm -f *.o
|
||||
rm -f tester.log
|
||||
|
||||
distclean: clean
|
||||
|
||||
|
|
Loading…
Reference in New Issue