summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-05-30 10:37:43 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-05-30 10:37:43 +0000
commite0ef07e12fbaf8c59710afddae75d57ee59f4f50 (patch)
treed2734e3ec38face510c1bcdf4e498d23afec0c2f /Makefile
parent12603cc0fbbfd50d11d764c2f91c3ae182a20d65 (diff)
Regenerate the menuconfig once symlinked packages are gone
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7399 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e2430164f..dbfdb8e82 100644
--- a/Makefile
+++ b/Makefile
@@ -155,6 +155,7 @@ docclean:
symlinkclean:
-find package -type l | xargs rm -f
+ rm -rf tmp
.SILENT: clean dirclean distclean symlinkclean config-clean download world help tmp/.packageinfo tmp/.targetinfo tmpinfo-clean tmp/.config-package.in tmp/.config-target.in .config scripts/config/mconf scripts/config/conf menuconfig tmp/.prereq-build tmp/.prereq-package tmp/.prereq-target
FORCE: ;