diff options
author | rillig <rillig> | 2007-09-27 11:19:52 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-09-27 11:19:52 +0000 |
commit | 3dc4536d73327a7800ba1cb7097337653804a724 (patch) | |
tree | dcc430b20cb230931008bc4ba8f60efd3f1beabe | |
parent | c7ed8d7fc996fe7a53c34e8e4c1f069241605f51 (diff) | |
download | pkgsrc-3dc4536d73327a7800ba1cb7097337653804a724.tar.gz |
More comments.
-rw-r--r-- | mk/bsd.pkg.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 6033993a66b..8b824e45b1c 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1924 2007/09/07 21:55:44 jlam Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1925 2007/09/27 11:19:52 rillig Exp $ # # This file is in the public domain. # @@ -620,7 +620,12 @@ ${.CURDIR}/${WRKDIR_BASENAME}: # reinvoking the make process as root. It acquires root privileges and # invokes a new make process with the target named "su-${.TARGET}". # +# MAKEFLAGS.su-${.TARGET} +# The additional flags that are passed to the make process. +# +# XXX: Shouldn't the $${PATH} be ${PATH} here? This may be related to +# PR 34470. _ROOT_CMD= cd ${.CURDIR} && \ ${SETENV} ${PKGSRC_MAKE_ENV} \ PATH="$${PATH}:"${SU_CMD_PATH_APPEND:Q} \ |