summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-01-19 19:00:49 +0100
committerBernhard Reutner-Fischer2007-01-19 19:00:49 +0100
commitb5136193e6d0e455a08158ccfcb9c735f728d433 (patch)
tree214371fa1d6d4aa1dad49786669c6c30372f93b4
parent- add sanity check to make sure that LD_LIBRARY_PATH doesn't contain CWD (diff)
downloadbuildroot-b5136193e6d0e455a08158ccfcb9c735f728d433.tar.gz
buildroot-b5136193e6d0e455a08158ccfcb9c735f728d433.tar.xz
buildroot-b5136193e6d0e455a08158ccfcb9c735f728d433.zip
- make distclean didn't clean dialog binaries. Closes #1039
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 78f2f0071..b14750d36 100644
--- 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)