diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-04-13 13:52:13 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-04-13 13:52:13 +0000 |
commit | fb24eb4f47b84a64a1fcc3cee7a6ecba1c7b8e58 (patch) | |
tree | bc385512cd57bab8644272ff2d46bcab35cac522 | |
parent | defd998c42d017fa94f80c4275ac082220c14c79 (diff) | |
download | busybox-w32-fb24eb4f47b84a64a1fcc3cee7a6ecba1c7b8e58.tar.gz busybox-w32-fb24eb4f47b84a64a1fcc3cee7a6ecba1c7b8e58.tar.bz2 busybox-w32-fb24eb4f47b84a64a1fcc3cee7a6ecba1c7b8e58.zip |
Cleanup make clean
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -216,7 +216,8 @@ clean: | |||
216 | - rm -f busybox busybox.links libbb/loop.h .config.old .hdepend | 216 | - rm -f busybox busybox.links libbb/loop.h .config.old .hdepend |
217 | - rm -f scripts/split-include scripts/mkdep .*config.log | 217 | - rm -f scripts/split-include scripts/mkdep .*config.log |
218 | - rm -rf include/config include/config.h | 218 | - rm -rf include/config include/config.h |
219 | - find -name .\*.flags -o -name .depend -exec rm -f {} \; | 219 | - find -name .\*.flags -exec rm -f {} \; |
220 | - find -name .depend -exec rm -f {} \; | ||
220 | - find -name \*.o -exec rm -f {} \; | 221 | - find -name \*.o -exec rm -f {} \; |
221 | - find -name \*.a -exec rm -f {} \; | 222 | - find -name \*.a -exec rm -f {} \; |
222 | 223 | ||