[Buildroot] svn commit: trunk/buildroot

aldot at uclibc.org aldot at uclibc.org
Fri Jan 19 18:00:51 UTC 2007


Author: aldot
Date: 2007-01-19 10:00:49 -0800 (Fri, 19 Jan 2007)
New Revision: 17384

Log:
- make distclean didn't clean dialog binaries. Closes #1039


Modified:
   trunk/buildroot/Makefile


Changeset:
Modified: trunk/buildroot/Makefile
===================================================================
--- trunk/buildroot/Makefile	2007-01-19 17:11:05 UTC (rev 17383)
+++ trunk/buildroot/Makefile	2007-01-19 18:00:49 UTC (rev 17384)
@@ -133,6 +133,7 @@
 	rm -rf $(DL_DIR)
 endif
 	rm -rf $(BUILD_DIR) $(LINUX_KERNEL) $(IMAGE)
+	$(MAKE) -C $(CONFIG) clean
 
 sourceball:
 	rm -rf $(BUILD_DIR)




More information about the buildroot mailing list