From a03b9ae8ad1e3e22129a469d7f8940da3af18c67 Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Wed, 30 May 2007 10:37:43 +0000
Subject: [PATCH] Regenerate the menuconfig once symlinked packages are gone

SVN-Revision: 7399
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

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: ;
-- 
GitLab