mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
ports-mgmt/poudriere*: Fix build when not using 'make test'
This commit is contained in:
parent
0a5d9187b1
commit
b0d32c5074
@ -39,7 +39,9 @@ QEMU_RUN_DEPENDS= qemu-user-static>0:emulators/qemu-user-static
|
||||
# gmake is not strictly needed but handles test jobs better
|
||||
TEST_DEPENDS= gmake>0:devel/gmake
|
||||
TEST_ENV= MAKE=gmake
|
||||
.if make(test)
|
||||
MAKE_CMD= gmake
|
||||
.endif
|
||||
TEST_TARGET= check
|
||||
TEST_ARGS= -s
|
||||
TEST_ARGS+= ${_MAKE_JOBS}
|
||||
|
@ -38,7 +38,9 @@ QEMU_RUN_DEPENDS= qemu-user-static>0:emulators/qemu-user-static
|
||||
# gmake is not strictly needed but handles test jobs better
|
||||
TEST_DEPENDS= gmake>0:devel/gmake
|
||||
TEST_ENV= MAKE=gmake
|
||||
.if make(test)
|
||||
MAKE_CMD= gmake
|
||||
.endif
|
||||
TEST_TARGET= check
|
||||
TEST_ARGS= -s
|
||||
TEST_ARGS+= ${_MAKE_JOBS}
|
||||
|
Loading…
Reference in New Issue
Block a user