aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-04-13 13:52:13 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-04-13 13:52:13 +0000
commit91f04e5114089695e13b5b26e65f7b56867da482 (patch)
treebc385512cd57bab8644272ff2d46bcab35cac522
parent045171ad35defc9ccbbc972acac0d45bd30862f8 (diff)
downloadbusybox-w32-91f04e5114089695e13b5b26e65f7b56867da482.tar.gz
busybox-w32-91f04e5114089695e13b5b26e65f7b56867da482.tar.bz2
busybox-w32-91f04e5114089695e13b5b26e65f7b56867da482.zip
Cleanup make clean
git-svn-id: svn://busybox.net/trunk/busybox@4614 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16b4a5f75..f48fa9da3 100644
--- a/Makefile
+++ b/Makefile
@@ -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