Revert "workaround make -Otarget bug on windows"
This reverts commit 899b18336b.
This commit is contained in:
@@ -452,9 +452,7 @@ def call_make(args=None, **kws):
|
|||||||
makeargs = []
|
makeargs = []
|
||||||
else:
|
else:
|
||||||
makeargs = ['-j{0}'.format(parallel)]
|
makeargs = ['-j{0}'.format(parallel)]
|
||||||
if not is_make3 and ci['os'] != 'windows':
|
if not is_make3:
|
||||||
# not available until make 3
|
|
||||||
# buggy on windows https://github.com/epics-base/ci-scripts/issues/84
|
|
||||||
makeargs += ['-Otarget']
|
makeargs += ['-Otarget']
|
||||||
if silent:
|
if silent:
|
||||||
makeargs += ['-s']
|
makeargs += ['-s']
|
||||||
|
|||||||
Reference in New Issue
Block a user