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:
a568ef2
)
kill all .depend files
author
Mike Frysinger
<vapier@gentoo.org>
Sat, 18 Feb 2006 20:13:22 +0000
(20:13 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sat, 18 Feb 2006 20:13:22 +0000
(20:13 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9b41a664c65d59783861c27ac1c9fed3b9b85d2d..b3f27769cb939794b9e499d191818300d724383d 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-428,7
+428,7
@@
clean:
distclean: clean
- $(RM_F) scripts/bb_mkdep
- rm -rf include/config $(DEP_INCLUDES)
- - find . -name .depend -exec $(RM_F) {} \;
+ - find . -name .depend
'*'
-exec $(RM_F) {} \;
$(RM_F) .config .config.old .config.cmd
release: distclean #doc