diff options
author | Steven Barth <steven@midlink.org> | 2008-09-15 16:49:56 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-15 16:49:56 +0000 |
commit | 22c927621c18e384f3f79e53aedda53271d52de2 (patch) | |
tree | 7363c508763f2efb0b2bb726f2e2dfa20e7c776e /Makefile | |
parent | 25263f014408448f3f153d9a62ab3d1de4b17660 (diff) |
Optimized caching behaviour, automatically flush caches in dev environment
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |