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:
baa3404
)
build: force overwrite of already compressed files for gzip target
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 5 Apr 2009 02:00:02 +0000
(
02:00
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 5 Apr 2009 02:00:02 +0000
(
02:00
+0000)
build/module.mk
patch
|
blob
|
history
diff --git
a/build/module.mk
b/build/module.mk
index 93f52689cd035631d630809060e88f147318a266..66b767c7a12b111bad13cffae8c4b7538ad55f55 100644
(file)
--- a/
build/module.mk
+++ b/
build/module.mk
@@
-38,7
+38,7
@@
luacompile: luasource
for i in $$(find dist -name *.lua -not -name debug.lua); do $(LUAC) $(LUAC_OPTIONS) -o $$i $$i; done
luagzip: luacompile
- for i in $$(find dist -name *.lua -not -name debug.lua); do gzip -9 $$i; done
+ for i in $$(find dist -name *.lua -not -name debug.lua); do gzip -
f
9 $$i; done
luaclean:
rm -rf dist