mirror of
https://github.com/openbsd/src.git
synced 2024-12-22 16:42:56 -08:00
Change the regression-tests target to do depend before running regress.
This commit is contained in:
parent
ebd1616ad5
commit
19806625e6
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.82 2002/01/03 02:19:20 art Exp $
|
# $OpenBSD: Makefile,v 1.83 2002/02/22 23:31:11 art Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# For more information on building in tricky environments, please see
|
# For more information on building in tricky environments, please see
|
||||||
@ -53,7 +53,7 @@ SUBDIR+= distrib regress
|
|||||||
.if exists(regress)
|
.if exists(regress)
|
||||||
regression-tests:
|
regression-tests:
|
||||||
@echo Running regression tests...
|
@echo Running regression tests...
|
||||||
@cd ${.CURDIR}/regress && exec ${MAKE} regress
|
@cd ${.CURDIR}/regress && ${MAKE} depend && exec ${MAKE} regress
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
includes:
|
includes:
|
||||||
|
Loading…
Reference in New Issue
Block a user