pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/build Fixed the definition and the documentation of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40f76f83998b
branches:  trunk
changeset: 532182:40f76f83998b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Aug 13 12:03:10 2007 +0000

description:
Fixed the definition and the documentation of MAKE_PROGRAM.

diffstat:

 mk/build/bsd.build-vars.mk |  15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diffs (40 lines):

diff -r 347026bebb64 -r 40f76f83998b mk/build/bsd.build-vars.mk
--- a/mk/build/bsd.build-vars.mk        Mon Aug 13 11:18:28 2007 +0000
+++ b/mk/build/bsd.build-vars.mk        Mon Aug 13 12:03:10 2007 +0000
@@ -1,14 +1,11 @@
-# $NetBSD: bsd.build-vars.mk,v 1.4 2007/03/15 22:54:24 rillig Exp $
+# $NetBSD: bsd.build-vars.mk,v 1.5 2007/08/13 12:03:10 rillig Exp $
+#
+# Package-settable variables:
 #
 # BUILD_DIRS is the list of directories in which to perform the build
 #      process.  If the directories are relative paths, then they
 #      are assumed to be relative to ${WRKSRC}.
 #
-# MAKE_PROGRAM is the path to the make executable that is run to
-#      process the source makefiles.  This is always overridden by
-#      the tools framework in pkgsrc/mk/tools/make.mk, but we provide
-#      a default here for documentation purposes.
-#
 # MAKE_ENV is the shell environment that is exported to the make
 #      process.
 #
@@ -18,13 +15,17 @@
 #      executable.  If the path is relative, then it is assumed to
 #      be relative to each directory listed in BUILD_DIRS.
 #
+# System-provided variables:
+#
+# MAKE_PROGRAM is the path to the make executable that is run to
+#      process the source makefiles. See mk/tools/make.mk.
+#
 
 _VARGROUPS+=           build-vars
 _USER_VARS.build-vars= # none
 _PKG_VARS.build-vars=  BUILD_DIRS MAKE_ENV MAKE_PROGRAM MAKE_FLAGS MAKE_FILE NO_BUILD
 
 BUILD_DIRS?=   ${CONFIGURE_DIRS}
-MAKE_PROGRAM?= ${MAKE}
 MAKE_ENV?=     # empty
 MAKE_FLAGS?=   # empty
 MAKE_FILE?=    Makefile



Home | Main Index | Thread Index | Old Index