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
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 ../,,$<)...")