removed a no longer needed make pch race condition fix
This commit is contained in:
parent
0f8d5ed4c6
commit
e569700eb7
@ -93,22 +93,6 @@
|
|||||||
_p('# %s %s makefile autogenerated by Premake', p.action.current().shortname, kind)
|
_p('# %s %s makefile autogenerated by Premake', p.action.current().shortname, kind)
|
||||||
_p('')
|
_p('')
|
||||||
|
|
||||||
if kind == "workspace" then
|
|
||||||
local haspch = false
|
|
||||||
for _, prj in ipairs(target.projects) do
|
|
||||||
for cfg in project.eachconfig(prj) do
|
|
||||||
if cfg.pchheader then
|
|
||||||
haspch = true
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if haspch then
|
|
||||||
_p('.NOTPARALLEL:')
|
|
||||||
_p('')
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
gmake2.defaultconfig(target)
|
gmake2.defaultconfig(target)
|
||||||
|
|
||||||
_p('ifndef verbose')
|
_p('ifndef verbose')
|
||||||
|
Reference in New Issue
Block a user