aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-05-30 10:37:43 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-05-30 10:37:43 +0000
commit748e71d47c11d2ec7ba7d404a131bbedfbf395ad (patch)
treed2734e3ec38face510c1bcdf4e498d23afec0c2f /Makefile
parent445937c5840c58e9c3d0a5710a9591056ebdf290 (diff)
downloadmaster-187ad058-748e71d47c11d2ec7ba7d404a131bbedfbf395ad.tar.gz
master-187ad058-748e71d47c11d2ec7ba7d404a131bbedfbf395ad.tar.bz2
master-187ad058-748e71d47c11d2ec7ba7d404a131bbedfbf395ad.zip
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 e2430164fe..dbfdb8e82e 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: ;