pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/compiler Note that the variables (USE_LANGUAGES, GC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a77a91293c60
branches:  trunk
changeset: 467728:a77a91293c60
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Feb 05 21:26:16 2004 +0000

description:
Note that the variables (USE_LANGUAGES, GCC_REQD, PKGSRC_COMPILER) should
be defined in or before the first inclusion of bsd.prefs.mk.

diffstat:

 mk/compiler/bsd.compiler.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 23953b2c695a -r a77a91293c60 mk/compiler/bsd.compiler.mk
--- a/mk/compiler/bsd.compiler.mk       Thu Feb 05 20:58:41 2004 +0000
+++ b/mk/compiler/bsd.compiler.mk       Thu Feb 05 21:26:16 2004 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: bsd.compiler.mk,v 1.8 2004/02/05 04:12:28 jlam Exp $
+# $NetBSD: bsd.compiler.mk,v 1.9 2004/02/05 21:26:16 jlam Exp $
 #
 # This Makefile fragment implements handling for supported C/C++/Fortran
 # compilers.
 #
-# The following variables are used:
+# The following variables are used and should all be defined either
+# in or before the first inclusion of bsd.prefs.mk:
 #
 # PKGSRC_COMPILER
 #      A list of values specifying the chain of compilers to be used by



Home | Main Index | Thread Index | Old Index