projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
defd998
)
Cleanup make clean
author
Eric Andersen
<andersen@codepoet.org>
Sat, 13 Apr 2002 13:52:13 +0000
(13:52 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Sat, 13 Apr 2002 13:52:13 +0000
(13:52 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 16b4a5f7504f42760ebb326ec40cb65a61c78ade..f48fa9da3a259306b4715871258d34eb078b8296 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-216,7
+216,8
@@
clean:
- rm -f busybox busybox.links libbb/loop.h .config.old .hdepend
- rm -f scripts/split-include scripts/mkdep .*config.log
- rm -rf include/config include/config.h
- - find -name .\*.flags -o -name .depend -exec rm -f {} \;
+ - find -name .\*.flags -exec rm -f {} \;
+ - find -name .depend -exec rm -f {} \;
- find -name \*.o -exec rm -f {} \;
- find -name \*.a -exec rm -f {} \;