summaryrefslogtreecommitdiff
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-w32-24e098a77d5a6a452c19c02baf4c21e95ae14cb2.tar.gz
busybox-w32-24e098a77d5a6a452c19c02baf4c21e95ae14cb2.tar.bz2
busybox-w32-24e098a77d5a6a452c19c02baf4c21e95ae14cb2.zip
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
208 208
209clean: 209clean:
210 - $(MAKE) -C tests clean 210 - $(MAKE) -C tests clean
211 - rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \
212 docs/busybox.net/BusyBox.html
213 - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \ 211 - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \
214 docs/busybox.pdf docs/busybox.pod docs/busybox.net/busybox.html \ 212 docs/busybox.pdf docs/busybox.pod docs/busybox.net/busybox.html \
215 docs/busybox _install pod2htm* *.gdb *.elf *~ core 213 docs/busybox pod2htm* *.gdb *.elf *~ core .*config.log \
216 - rm -f busybox busybox.links libbb/loop.h .config.old .hdepend 214 docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \
217 - rm -f .*config.log 215 docs/busybox.net/BusyBox.html busybox.links libbb/loop.h \
216 .config.old .hdepend busybox
217 - rm -rf _install
218 - find . -name .\*.flags -exec rm -f {} \; 218 - find . -name .\*.flags -exec rm -f {} \;
219 - find . -name \*.o -exec rm -f {} \; 219 - find . -name \*.o -exec rm -f {} \;
220 - find . -name \*.a -exec rm -f {} \; 220 - find . -name \*.a -exec rm -f {} \;