Regenerate the menuconfig once symlinked packages are gone
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 30 May 2007 10:37:43 +0000 (10:37 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 30 May 2007 10:37:43 +0000 (10:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7399 3c298f89-4303-0410-b956-a3cf2f4a3e73

Makefile

index e2430164fe992a3671e3ea4760578c24c33f3259..dbfdb8e82e6c23d693ed725bb0538087a31f7029 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -155,6 +155,7 @@ docclean:
 
 symlinkclean:
        -find package -type l | xargs rm -f
 
 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: ;
 
 .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: ;