diff options
author | harti <harti@FreeBSD.org> | 2004-12-07 14:41:16 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2004-12-07 14:41:16 +0000 |
commit | c90efa2b2fb0e64d38ea630ac7216f3509ec03a7 (patch) | |
tree | 6f732dd7aed468e9363a713a5146599cea1e577b /Makefile | |
parent | 849729c60bb4e75b1807c2774e9c57a50004db95 (diff) | |
download | FreeBSD-src-c90efa2b2fb0e64d38ea630ac7216f3509ec03a7.zip FreeBSD-src-c90efa2b2fb0e64d38ea630ac7216f3509ec03a7.tar.gz |
Fix builds with a read-only directory and a make upgrade. This is done
by forcing the creation of an object directory for the make regression
tests. Let make handle the tracking of the dependency and installation
of test_shell script.
Submitted by: ru
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -217,6 +217,7 @@ kernel: buildkernel installkernel # upgrade_checks: @if ! (cd ${.CURDIR}/tools/regression/usr.bin/make && \ + PATH=${PATH} ${BINMAKE} obj >/dev/null 2>&1 && \ PATH=${PATH} ${BINMAKE} >/dev/null 2>&1); \ then \ (cd ${.CURDIR} && make make); \ |