aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-08-01 22:44:32 +0000
committerEric Andersen <andersen@codepoet.org>2000-08-01 22:44:32 +0000
commit080d51bf455201ea4f815371c556effca6298dc2 (patch)
treee242de12837e692a50760ba0e04eabc27f80c2e1 /Makefile
parent0f8f7b8a35cc87965272f53bf9b504866e6e0692 (diff)
downloadbusybox-080d51bf455201ea4f815371c556effca6298dc2.tar.gz
Minor fix to clean target
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d936ae166..a2940b5cc 100644
--- a/Makefile
+++ b/Makefile
@@ -168,14 +168,13 @@ test tests:
cd tests && $(MAKE) all
clean:
- - rm -f busybox.links *~ *.o core
- - rm -rf _install
cd tests && $(MAKE) clean
- rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \
docs/busybox.lineo.com/BusyBox.html
- rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \
docs/busybox.pdf docs/busybox.lineo.com/busybox.html
- - rm -rf docs/busybox
+ - rm -rf docs/busybox _install
+ - rm -f busybox.links *~ *.o core
distclean: clean
- rm -f busybox