View | Details | Raw Unified | Return to bug 133287
Collapse All | Expand All

(-)bsd.scons.mk (-2 / +2 lines)
Lines 76-83 Link Here
76
.if !target(do-build)
76
.if !target(do-build)
77
do-build:
77
do-build:
78
	@cd ${BUILD_WRKSRC} && \
78
	@cd ${BUILD_WRKSRC} && \
79
	${SETENV} ${SCONS_BUILDENV} ${SCONS_BIN} ${SCONS_ENV} ${SCONS_ARGS} \
79
	${SETENV} ${SCONS_BUILDENV} ${SCONS_BIN} ${SCONS_ENV} ${_MAKE_JOBS} \
80
	${SCONS_TARGET}
80
	${SCONS_ARGS} ${SCONS_TARGET}
81
.endif
81
.endif
82
82
83
.if !target(do-install)
83
.if !target(do-install)

Return to bug 133287