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:
8004bb7
)
Clean config binsries on 'make clean'
author
Eric Andersen
<andersen@codepoet.org>
Tue, 14 Jan 2003 08:52:18 +0000
(08:52 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 14 Jan 2003 08:52:18 +0000
(08:52 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index c34b32bc105ad4e6beca20ead31410be87f12d57..55605af884ea6669b1681566f093b7cfd3d18c64 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-215,9
+215,9
@@
clean:
- find . -name .depend -exec rm -f {} \;
- find . -name \*.o -exec rm -f {} \;
- find . -name \*.a -exec rm -f {} \;
+ - $(MAKE) -C scripts/config clean
distclean: clean
- - $(MAKE) -C scripts/config clean
rm -f .config .config.old .config.cmd
release: distclean #doc