pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk More comments.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9185aa5bb5fa
branches:  trunk
changeset: 533734:9185aa5bb5fa
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Sep 27 11:19:52 2007 +0000

description:
More comments.

diffstat:

 mk/bsd.pkg.mk |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 36ed1b6f53d1 -r 9185aa5bb5fa mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Thu Sep 27 11:11:32 2007 +0000
+++ b/mk/bsd.pkg.mk     Thu Sep 27 11:19:52 2007 +0000
@@ -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 @@
 # 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}         \



Home | Main Index | Thread Index | Old Index