aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-08-22 20:53:38 +0000
committerEric Andersen <andersen@codepoet.org>2003-08-22 20:53:38 +0000
commit24e098a77d5a6a452c19c02baf4c21e95ae14cb2 (patch)
treeb6c4b909659277b3096933ce991909fc30d6ae41 /Makefile
parentd382c8946798799d3e3e716d261f3303ccd953b4 (diff)
downloadbusybox-24e098a77d5a6a452c19c02baf4c21e95ae14cb2.tar.gz
Fixup 'make clean' to properly clean the _install directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 50b594028..3d6bcce83 100644
--- a/Makefile
+++ b/Makefile
@@ -208,13 +208,13 @@ check: busybox
clean:
- $(MAKE) -C tests 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 \
docs/busybox.pdf docs/busybox.pod docs/busybox.net/busybox.html \
- docs/busybox _install pod2htm* *.gdb *.elf *~ core
- - rm -f busybox busybox.links libbb/loop.h .config.old .hdepend
- - rm -f .*config.log
+ docs/busybox pod2htm* *.gdb *.elf *~ core .*config.log \
+ docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \
+ docs/busybox.net/BusyBox.html busybox.links libbb/loop.h \
+ .config.old .hdepend busybox
+ - rm -rf _install
- find . -name .\*.flags -exec rm -f {} \;
- find . -name \*.o -exec rm -f {} \;
- find . -name \*.a -exec rm -f {} \;