summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-09-15 16:49:56 +0000
committerSteven Barth <steven@midlink.org>2008-09-15 16:49:56 +0000
commit22c927621c18e384f3f79e53aedda53271d52de2 (patch)
tree7363c508763f2efb0b2bb726f2e2dfa20e7c776e /Makefile
parent25263f014408448f3f153d9a62ab3d1de4b17660 (diff)
Optimized caching behaviour, automatically flush caches in dev environment
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c90f11fc9..acb6659df 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ hostcopy:
for i in $(MODULES); do cp -a $$i/hostfiles/* host/ -R 2>/dev/null || true; done
rm -f host/luci
ln -s .$(LUCI_MODULEDIR) host/luci
+ rm -rf /tmp/luci-* || true
hostenv: host ucidefaults