View | Details | Raw Unified | Return to bug 164896 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/bsd.perl.mk (+12 lines)
Lines 225-227 Link Here
225
.endif # !defined(USE_GMAKE)
225
.endif # !defined(USE_GMAKE)
226
.endif # defined(PERL_MODBUILD)
226
.endif # defined(PERL_MODBUILD)
227
.endif # defined(_POSTMKINCLUDED) && !defined(Perl_Post_Include)
227
.endif # defined(_POSTMKINCLUDED) && !defined(Perl_Post_Include)
228
229
# run tests if requested
230
.if defined(USE_PERL_TEST) && !defined(NO_TEST)
231
.if !target(test)
232
test: build
233
.if defined(PERL_MODBUILD)
234
	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PERL5} ${PL_BUILD} test
235
.elif defined(PERL_CONFIGURE)
236
	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test
237
.endif # defined(PERL_MODBUILD)
238
.endif # !target(test)
239
.endif # defined(USE_PERL_TEST) && !defined(NO_TEST)
(-)Mk/bsd.port.mk (+10 lines)
Lines 6306-6311 Link Here
6306
	@${DO_NADA}
6306
	@${DO_NADA}
6307
.endif
6307
.endif
6308
6308
6309
.if !target(regression-test)
6310
regression-test: test
6311
	@${DO_NADA}
6312
.endif
6313
6314
.if !target(test)
6315
test: build
6316
	@${DO_NADA}
6317
.endif
6318
6309
.endif
6319
.endif
6310
# End of post-makefile section.
6320
# End of post-makefile section.

Return to bug 164896