postcompile task is unstable, commented for now (nw)

This commit is contained in:
Miodrag Milanovic 2015-04-06 13:21:28 +02:00
parent eb8b8902d0
commit 3ffde3b978

View File

@ -296,10 +296,10 @@ else
end end
if (AWK~='') then if (AWK~='') then
postcompiletasks { -- postcompiletasks {
AWK .. " -f ../../../../../scripts/depfilter.awk $(@:%.o=%.d) > $(@:%.o=%.dep)", -- AWK .. " -f ../../../../../scripts/depfilter.awk $(@:%.o=%.d) > $(@:%.o=%.dep)",
"mv $(@:%.o=%.dep) $(@:%.o=%.d)", -- "mv $(@:%.o=%.dep) $(@:%.o=%.d)",
} -- }
end end
msgcompile ("Compiling $(subst ../,,$<)...") msgcompile ("Compiling $(subst ../,,$<)...")