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:
c4d092f
)
* Fixed local Makefiles
author
Steven Barth
<steven@midlink.org>
Thu, 8 May 2008 16:22:47 +0000
(16:22 +0000)
committer
Steven Barth
<steven@midlink.org>
Thu, 8 May 2008 16:22:47 +0000
(16:22 +0000)
build/module.mk
patch
|
blob
|
history
diff --git
a/build/module.mk
b/build/module.mk
index 286927436c614e7d187130d596b156a0909e21af..45732a4341fa1e845b97d4e5b9d6ef102283ea50 100644
(file)
--- a/
build/module.mk
+++ b/
build/module.mk
@@
-4,12
+4,12
@@
all: compile
source:
mkdir -p dist$(LUCI_INSTALLDIR)
- cp root dist -R
- cp src dist$(LUCI_INSTALLDIR) -R
+ cp root
/*
dist -R
+ cp src
/*
dist$(LUCI_INSTALLDIR) -R
for i in $$(find dist -name .svn); do rm $$i -rf; done
compile: source
for i in $$(find dist -name *.lua); do $(LUAC) $(LUAC_OPTIONS) -o $$i $$i; done
clean:
- rm dist -rf
\ No newline at end of file
+ rm dist -rf