Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jul 2007 08:02:52 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 124073 for review
Message-ID:  <200707250802.l6P82qbe072570@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=124073

Change 124073 by gabor@gabor_server on 2007/07/25 08:02:17

	- Document DESTDIR_MOUNT_LIST

Affected files ...

.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.destdir.mk#28 edit

Differences ...

==== //depot/projects/soc2006/gabor_destdir/Mk/bsd.destdir.mk#28 (text+ko) ====

@@ -38,6 +38,24 @@
 #			  along with their values.
 #			  Default: empty.
 #
+# DESTDIR_MOUNT_LIST
+#			- Contains the directories to mount into the
+#			  destination.  This is to make PORTSDIR, DISTDIR, etc.
+#			  available in the destination environment.  Three
+#			  forms of entries are allowed:
+#			  VAR
+#				- Mounts the path contained by VAR into
+#				  a temporary directory and sets VAR to that
+#				  directory in the destination environ(7).
+#			  VAR:HOST_PATH
+#				- Mounts HOST_PATH to a a temporary directory
+#				  and sets VAR to that directory in the
+#				  destination environ(7).
+#			  VAR:HOST_PATH:DEST_PATH
+#				- Mounts HOST_PATH to DEST_PATH and sets VAR
+#				  to DEST_PATH in the destination environ(7).
+#			  Default: PORTSDIR DISTDIR
+#
 # You can use something like this in host /etc/make.conf to
 # customize per-chroot environment:
 #	.if ${DESTDIR}=/foo/bar



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707250802.l6P82qbe072570>