Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

bitrig make invocation #10

Merged
merged 1 commit into from
Mar 10, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ class MakeCommand(object):
implements(IRenderable)
def getRenderingFor(self, props):
if "buildername" in props:
if "bsd" in props["buildername"]:
if "bsd" in props["buildername"] or "bitrig" in props["buildername"]:
return "gmake"
if "win" in props["buildername"]:
# On windows dojob puts all children in a single taskgroup so they can be killed
Expand Down