From: Florian Fainelli Date: Wed, 30 May 2007 10:37:43 +0000 (+0000) Subject: Regenerate the menuconfig once symlinked packages are gone X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=860761b2d288df76aac8cfcf3b67f68fc44d0b9d Regenerate the menuconfig once symlinked packages are gone SVN-Revision: 7399 --- 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: ;