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:
23b61be
)
Add busybox_old to distclean.
author
Rob Landley
<rob@landley.net>
Fri, 4 Aug 2006 20:39:56 +0000
(20:39 -0000)
committer
Rob Landley
<rob@landley.net>
Fri, 4 Aug 2006 20:39:56 +0000
(20:39 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index b79bfa18bdb97e0022c880ca9e8911ee1e7b83bb..d16c2b2277e97434936e15a4f60548af071870c4 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-484,8
+484,7
@@
distclean: clean
rm -r -f include/config include/config.h $(DEP_INCLUDES)
find . -name .depend'*' -print0 | xargs -0 rm -f
find . -name '*.rej' -print0 | xargs -0 rm -f
- rm -f .hdepend
- rm -f .config .config.old .config.cmd
+ rm -f .hdepend busybox_old .config .config.old .config.cmd
release: distclean #doc
cd ..; \