Silence bmake(1) errors if TEST_DIRS evaluation is empty.
This commit is contained in:
parent
ff748f24da
commit
548c58cef2
@ -4105,9 +4105,9 @@ OLD_FILES+=usr/share/man/man4/atf-test-case.4.gz
|
||||
OLD_FILES+=usr/share/mk/atf.test.mk
|
||||
|
||||
# Test suite.
|
||||
TESTS_DIRS!=find ${DESTDIR}/usr/tests -type d | sed -e 's,^${DESTDIR}/,,'
|
||||
TESTS_DIRS!=find ${DESTDIR}/usr/tests -type d | sed -e 's,^${DESTDIR}/,,'; echo
|
||||
OLD_DIRS+=${TESTS_DIRS}
|
||||
TESTS_FILES!=find ${DESTDIR}/usr/tests \! -type d | sed -e 's,^${DESTDIR}/,,'
|
||||
TESTS_FILES!=find ${DESTDIR}/usr/tests \! -type d | sed -e 's,^${DESTDIR}/,,'; echo
|
||||
OLD_FILES+=${TESTS_FILES}
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user