Author: nbd
Date: 2015-11-06 11:53:35 +0100 (Fri, 06 Nov 2015)
New Revision: 47397

Modified:
   trunk/include/toplevel.mk
Log:
toplevel.mk: fix distclean

- remove logs like "make dirclean" does
- remove key-build*

Signed-off-by: Dirk Neukirchen <[email protected]>

Modified: trunk/include/toplevel.mk
===================================================================
--- trunk/include/toplevel.mk   2015-11-06 10:53:27 UTC (rev 47396)
+++ trunk/include/toplevel.mk   2015-11-06 10:53:35 UTC (rev 47397)
@@ -213,7 +213,7 @@
        @$(_SINGLE)$(SUBMAKE) -C docs clean
 
 distclean:
-       rm -rf tmp build_dir staging_dir dl .config* feeds package/feeds 
package/openwrt-packages bin
+       rm -rf bin build_dir .config* dl feeds key-build* logs package/feeds 
package/openwrt-packages staging_dir tmp
        @$(_SINGLE)$(SUBMAKE) -C scripts/config clean
 
 ifeq ($(findstring v,$(DEBUG)),)
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to