mirror of
https://github.com/openbsd/src.git
synced 2024-12-22 07:27:59 -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
|
||||
@ -53,7 +53,7 @@ SUBDIR+= distrib regress
|
||||
.if exists(regress)
|
||||
regression-tests:
|
||||
@echo Running regression tests...
|
||||
@cd ${.CURDIR}/regress && exec ${MAKE} regress
|
||||
@cd ${.CURDIR}/regress && ${MAKE} depend && exec ${MAKE} regress
|
||||
.endif
|
||||
|
||||
includes:
|
||||
|
Loading…
Reference in New Issue
Block a user