mirror of
https://github.com/holub/mame
synced 2025-06-17 09:49:31 +03:00
postcompile task is unstable, commented for now (nw)
This commit is contained in:
parent
eb8b8902d0
commit
3ffde3b978
@ -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 ../,,$<)...")
|
||||||
|
Loading…
Reference in New Issue
Block a user