diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-04-03 19:08:59 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-04-03 19:08:59 +0000 |
commit | e4ef075c565397307b3ae809bb901db017d3b046 (patch) | |
tree | bbdeb2542ec665c69b11df36230ec716aa9724a3 | |
parent | fc626a33aaf6d337f8a54cfd11aef6ff3c188a73 (diff) | |
download | upstream-e4ef075c565397307b3ae809bb901db017d3b046.tar.gz upstream-e4ef075c565397307b3ae809bb901db017d3b046.tar.bz2 upstream-e4ef075c565397307b3ae809bb901db017d3b046.zip |
Clean files in scripts/config (#3011)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10723 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | include/toplevel.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/toplevel.mk b/include/toplevel.mk index 1826bc11a7..ebbf749727 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -120,6 +120,7 @@ docs/clean: FORCE distclean: rm -rf tmp build_dir staging_dir dl .config* feeds package/feeds bin + $(MAKE) -C scripts/config clean ifeq ($(findstring v,$(DEBUG)),) .SILENT: symlinkclean clean dirclean distclean config-clean download help tmpinfo-clean .config scripts/config/mconf scripts/config/conf menuconfig tmp/.prereq-build tmp/.prereq-package prepare-tmpinfo |