projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64f835a
)
Fixed UCI save support for LuCI SDK
author
Steven Barth
<steven@midlink.org>
Tue, 16 Sep 2008 19:51:11 +0000
(19:51 +0000)
committer
Steven Barth
<steven@midlink.org>
Tue, 16 Sep 2008 19:51:11 +0000
(19:51 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 2c5a11cb0f49db27dc9f2d56058e5c195afe72a6..50c81eb5b8689c76f215d5069a0a7b5529932ba2 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-29,7
+29,7
@@
gcchost: gccbuild hostcopy
luahost: luabuild hostcopy
hostcopy:
- mkdir -p host
+ mkdir -p host
/tmp
for i in $(MODULES); do cp -a $$i/dist/* host/ -R 2>/dev/null || true; done
for i in $(MODULES); do cp -a $$i/hostfiles/* host/ -R 2>/dev/null || true; done
rm -f host/luci