From 5eb3c784ff950142b9ffc13b2a61e50aeff310e4 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 24 Feb 2010 22:53:34 +0000 Subject: Rename the install phase to stage-install. Introduce a new install target that defaults to either stage-install or package-install, depending on whether DESTDIR support is active and supported by the package or not. --- mk/bsd.makevars.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mk/bsd.makevars.mk') diff --git a/mk/bsd.makevars.mk b/mk/bsd.makevars.mk index fbbebcc6177..14a7c167d89 100644 --- a/mk/bsd.makevars.mk +++ b/mk/bsd.makevars.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.makevars.mk,v 1.4 2006/07/10 22:59:27 jlam Exp $ +# $NetBSD: bsd.makevars.mk,v 1.5 2010/02/24 22:53:34 joerg Exp $ # # This Makefile fragment is included by bsd.prefs.mk to set all of # the variables saved through MAKEVARS. Typical usage is: @@ -20,8 +20,8 @@ # _ALL_PHASES= fetch tools extract patch \ - wrapper configure build install package -_REV_ALL_PHASES= package install build configure wrapper \ + wrapper configure build stage-install package +_REV_ALL_PHASES= package stage-install build configure wrapper \ patch extract tools fetch # Try including the *.makevars.mk files in reverse order so that the -- cgit v1.2.3