From 4ef3c68d896ba83d8217ee8adc6f0361ccef7d60 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 9 Oct 2006 11:44:06 +0000 Subject: Add two variables to control whether make package and make clean are run with elevated privileges. Remove MAKE_PACKAGE_AS_ROOT for now, since it is not sure whether the functionality in the current form will stay and developers should spend time on the destdir support instead. --- mk/package/bsd.package.mk | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'mk/package/bsd.package.mk') diff --git a/mk/package/bsd.package.mk b/mk/package/bsd.package.mk index 91f4d112675..4cf693056ca 100644 --- a/mk/package/bsd.package.mk +++ b/mk/package/bsd.package.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.package.mk,v 1.8 2006/10/08 20:31:38 rillig Exp $ +# $NetBSD: bsd.package.mk,v 1.9 2006/10/09 11:44:07 joerg Exp $ # # This Makefile fragment is included by bsd.pkg.mk and provides all # variables and targets related to binary packages. @@ -6,20 +6,6 @@ # The following are the "public" targets provided by this module: # # package, repackage -# -# The following variables may be set by the package: -# -# MAKE_PACKAGE_AS_ROOT: YesNo -# When this variable is set to "no", the package is created by -# the user that also built the package. Since most packages don't -# need root privileges to create the package, the default value -# is "no". Packages that install unreadable files (for example -# with mode 4111) need to set this variable to "yes". -# -# Default value: "yes", but this will change to "no" after most -# packages that really need this option have been identified. - -MAKE_PACKAGE_AS_ROOT?= yes _COOKIE.package= ${WRKDIR}/.package_done -- cgit v1.2.3