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 | 54a5d8fb77864f912a827813030fbe605b5df85e (patch) | |
tree | d3d5060e050c5d97f89f110c60a5a9023651b642 /include/toplevel.mk | |
parent | 03354353afb128342cdd3d76b89eee38b37978d6 (diff) | |
download | upstream-54a5d8fb77864f912a827813030fbe605b5df85e.tar.gz upstream-54a5d8fb77864f912a827813030fbe605b5df85e.tar.bz2 upstream-54a5d8fb77864f912a827813030fbe605b5df85e.zip |
Clean files in scripts/config (#3011)
SVN-Revision: 10723
Diffstat (limited to 'include/toplevel.mk')
-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 |