From c90efa2b2fb0e64d38ea630ac7216f3509ec03a7 Mon Sep 17 00:00:00 2001 From: harti Date: Tue, 7 Dec 2004 14:41:16 +0000 Subject: 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1df1911..2291491 100644 --- a/Makefile +++ b/Makefile @@ -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); \ -- cgit v1.1