aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {} \;