From 5dff75f40ccaa65e20918935f63a7d8e821228b4 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 19 Jul 2003 23:17:08 +0000 Subject: Use an up-to-date make binary in the upgrade_checks target if one is already available. This avoids sometimes unnecessary step of attempting to rebuild the make binary again which may fail at all if, for example, one has removed his /usr/include before doing an installworld (to keep /usr/include tidied up). Pointed out by: kris, marcel --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b88e350..15e1542 100644 --- a/Makefile +++ b/Makefile @@ -141,7 +141,7 @@ kernel: buildkernel installkernel # upgrade_checks: @if ! (cd ${.CURDIR}/tools/regression/usr.bin/make && \ - PATH=${PATH} ${MAKE} >/dev/null 2>&1); \ + PATH=${PATH} ${BINMAKE} >/dev/null 2>&1); \ then \ (cd ${.CURDIR} && make make); \ fi -- cgit v1.1