diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-05-30 10:37:43 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-05-30 10:37:43 +0000 |
commit | a03b9ae8ad1e3e22129a469d7f8940da3af18c67 (patch) | |
tree | e7144ace466ead3e021e3973169fbef04c99e1e0 | |
parent | 0e07a06c42bc04c413ddc2158c23bd70cea873c6 (diff) | |
download | upstream-a03b9ae8ad1e3e22129a469d7f8940da3af18c67.tar.gz upstream-a03b9ae8ad1e3e22129a469d7f8940da3af18c67.tar.bz2 upstream-a03b9ae8ad1e3e22129a469d7f8940da3af18c67.zip |
Regenerate the menuconfig once symlinked packages are gone
SVN-Revision: 7399
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: ; |