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:
38e60dc
)
Fixed UCI save support for LuCI SDK
author
Steven Barth
<steven@midlink.org>
Tue, 16 Sep 2008 19:50:53 +0000
(19:50 +0000)
committer
Steven Barth
<steven@midlink.org>
Tue, 16 Sep 2008 19:50:53 +0000
(19:50 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index acb6659df69ef67d14040d0bf53e87225c9288f0..6c7d399e76f994520ae2d3f0b732bd2fd5676b42 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