diff options
author | 2015-04-06 13:21:28 +0200 | |
---|---|---|
committer | 2015-04-06 13:21:28 +0200 | |
commit | 3ffde3b9788fe6a416b40feb76efd4ce72699fe8 (patch) | |
tree | 8c9b28f7b65800d7ac79193284162a827ba86473 /scripts/genie.lua | |
parent | eb8b8902d07ef645925b2a23d41a2f433511d34f (diff) |
postcompile task is unstable, commented for now (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 8 |
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 ../,,$<)...") |