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 PKGSRC_COMPILER should end in a ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f72a0dddcd0
branches:  trunk
changeset: 467458:2f72a0dddcd0
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Feb 01 01:31:58 2004 +0000

description:
Note that PKGSRC_COMPILER should end in a real compiler.

diffstat:

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

diffs (17 lines):

diff -r eb2ed8aa9fc3 -r 2f72a0dddcd0 mk/compiler/bsd.compiler.mk
--- a/mk/compiler/bsd.compiler.mk       Sun Feb 01 01:23:37 2004 +0000
+++ b/mk/compiler/bsd.compiler.mk       Sun Feb 01 01:31:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.compiler.mk,v 1.1 2004/02/01 00:31:00 jlam Exp $
+# $NetBSD: bsd.compiler.mk,v 1.2 2004/02/01 01:31:58 jlam Exp $
 #
 # This Makefile fragment implements handling for supported C/C++/Fortran
 # compilers.
@@ -19,6 +19,7 @@
 #
 #      The default is "gcc".  You can use ccache and/or distcc with an
 #      appropriate PKGSRC_COMPILER setting, e.g. "ccache distcc gcc".
+#      The chain should always end in a real compiler.
 #
 # GCC_REQD
 #      A list of version numbers used to determine the minimum



Home | Main Index | Thread Index | Old Index