summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-08-13 00:39:08 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-08-13 00:39:08 +0000
commitcdfe9d6c7bcb678406eccaa389a4b2cea53d7c64 (patch)
tree2036ab955f2b131d26cf8266c1835beee9008199 /Makefile
parent6dffa9ea56317a4bb6ecf58fd00b9fcd513cfa93 (diff)
build: initialize host/var/state/ as well
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 905206701..3bf8c68de 100644
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,7 @@ luahost: luabuild hostcopy
hostcopy:
mkdir -p host/tmp
+ mkdir -p host/var/state
for i in $(MODULES); do cp -pR $$i/dist/* host/ 2>/dev/null || true; done
for i in $(MODULES); do cp -pR $$i/hostfiles/* host/ 2>/dev/null || true; done
rm -f host/luci