summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-04-06 13:21:28 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-04-06 13:21:28 +0200
commit3ffde3b9788fe6a416b40feb76efd4ce72699fe8 (patch)
tree8c9b28f7b65800d7ac79193284162a827ba86473 /scripts/genie.lua
parenteb8b8902d07ef645925b2a23d41a2f433511d34f (diff)
postcompile task is unstable, commented for now (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 3675cde9dc0..e685353a11c 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -296,10 +296,10 @@ else
end
if (AWK~='') then
- postcompiletasks {
- AWK .. " -f ../../../../../scripts/depfilter.awk $(@:%.o=%.d) > $(@:%.o=%.dep)",
- "mv $(@:%.o=%.dep) $(@:%.o=%.d)",
- }
+-- postcompiletasks {
+-- AWK .. " -f ../../../../../scripts/depfilter.awk $(@:%.o=%.d) > $(@:%.o=%.dep)",
+-- "mv $(@:%.o=%.dep) $(@:%.o=%.d)",
+-- }
end
msgcompile ("Compiling $(subst ../,,$<)...")