projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1a86ef
)
- make distclean didn't clean dialog binaries. Closes #1039
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 19 Jan 2007 18:00:49 +0000
(18:00 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 19 Jan 2007 18:00:49 +0000
(18:00 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 78f2f00718dab9f0d3d35225e65d707da5a88f15..b14750d36f305eb2c540f610fff2d3e07cf049d4 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-133,6
+133,7
@@
ifeq ($(DL_DIR),$(BASE_DIR)/dl)
rm -rf $(DL_DIR)
endif
rm -rf $(BUILD_DIR) $(LINUX_KERNEL) $(IMAGE)
+ $(MAKE) -C $(CONFIG) clean
sourceball:
rm -rf $(BUILD_DIR)