mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +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
|
||||
|
||||
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 ../,,$<)...")
|
||||
|
Loading…
Reference in New Issue
Block a user