pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/compiler Added header comments.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dfb5cc6d4e9f
branches:  trunk
changeset: 520458:dfb5cc6d4e9f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 22 00:14:17 2006 +0000

description:
Added header comments.

diffstat:

 mk/compiler/ccc.mk     |   5 ++++-
 mk/compiler/gcc.mk     |   5 ++++-
 mk/compiler/icc.mk     |  10 +++++++++-
 mk/compiler/ido.mk     |  11 ++++++++++-
 mk/compiler/mipspro.mk |  10 +++++++++-
 mk/compiler/sunpro.mk  |  10 +++++++++-
 mk/compiler/xlc.mk     |   9 ++++++++-
 7 files changed, 53 insertions(+), 7 deletions(-)

diffs (116 lines):

diff -r 162585eb23ce -r dfb5cc6d4e9f mk/compiler/ccc.mk
--- a/mk/compiler/ccc.mk        Sat Oct 21 22:10:05 2006 +0000
+++ b/mk/compiler/ccc.mk        Sun Oct 22 00:14:17 2006 +0000
@@ -1,4 +1,7 @@
-# $NetBSD: ccc.mk,v 1.13 2005/01/12 18:42:42 jlam Exp $
+# $NetBSD: ccc.mk,v 1.14 2006/10/22 00:14:17 rillig Exp $
+#
+# This is the compiler definition for the Compaq C Compilers.
+#
 
 .if !defined(COMPILER_CCC_MK)
 COMPILER_CCC_MK=       defined
diff -r 162585eb23ce -r dfb5cc6d4e9f mk/compiler/gcc.mk
--- a/mk/compiler/gcc.mk        Sat Oct 21 22:10:05 2006 +0000
+++ b/mk/compiler/gcc.mk        Sun Oct 22 00:14:17 2006 +0000
@@ -1,4 +1,7 @@
-# $NetBSD: gcc.mk,v 1.84 2006/07/06 11:48:03 markd Exp $
+# $NetBSD: gcc.mk,v 1.85 2006/10/22 00:14:17 rillig Exp $
+#
+# This is the compiler definition for the GNU Compiler Collection.
+#
 
 .if !defined(COMPILER_GCC_MK)
 COMPILER_GCC_MK=       defined
diff -r 162585eb23ce -r dfb5cc6d4e9f mk/compiler/icc.mk
--- a/mk/compiler/icc.mk        Sat Oct 21 22:10:05 2006 +0000
+++ b/mk/compiler/icc.mk        Sun Oct 22 00:14:17 2006 +0000
@@ -1,4 +1,12 @@
-# $NetBSD: icc.mk,v 1.2 2005/02/16 10:48:40 grant Exp $
+# $NetBSD: icc.mk,v 1.3 2006/10/22 00:14:17 rillig Exp $
+#
+# This is the compiler definition for the Intel compilers.
+#
+# User-settable variables:
+#
+# ICCBASE
+#      The base directory where the compiler is installed.
+#
 
 .if !defined(COMPILER_ICC_MK)
 COMPILER_ICC_MK=       defined
diff -r 162585eb23ce -r dfb5cc6d4e9f mk/compiler/ido.mk
--- a/mk/compiler/ido.mk        Sat Oct 21 22:10:05 2006 +0000
+++ b/mk/compiler/ido.mk        Sun Oct 22 00:14:17 2006 +0000
@@ -1,4 +1,13 @@
-# $NetBSD: ido.mk,v 1.3 2006/08/06 18:59:41 schwarz Exp $
+# $NetBSD: ido.mk,v 1.4 2006/10/22 00:14:17 rillig Exp $
+#
+# This is the compiler definition for the SGI IRIS Development Option
+# cc (IRIX 5).
+#
+# User-settable variables:
+#
+# IDOBASE
+#      The base directory where the compiler is installed.
+#
 
 .if !defined(COMPILER_IDO_MK)
 COMPILER_IDO_MK=       defined
diff -r 162585eb23ce -r dfb5cc6d4e9f mk/compiler/mipspro.mk
--- a/mk/compiler/mipspro.mk    Sat Oct 21 22:10:05 2006 +0000
+++ b/mk/compiler/mipspro.mk    Sun Oct 22 00:14:17 2006 +0000
@@ -1,4 +1,12 @@
-# $NetBSD: mipspro.mk,v 1.34 2005/01/12 18:37:52 jlam Exp $
+# $NetBSD: mipspro.mk,v 1.35 2006/10/22 00:14:17 rillig Exp $
+#
+# This is the compiler definition for the MIPSpro C compiler.
+#
+# User-settable variables:
+#
+# MIPSPROBASE
+#      The base directory where the compiler is installed.
+#
 
 .if !defined(COMPILER_MIPSPRO_MK)
 COMPILER_MIPSPRO_MK=   defined
diff -r 162585eb23ce -r dfb5cc6d4e9f mk/compiler/sunpro.mk
--- a/mk/compiler/sunpro.mk     Sat Oct 21 22:10:05 2006 +0000
+++ b/mk/compiler/sunpro.mk     Sun Oct 22 00:14:17 2006 +0000
@@ -1,4 +1,12 @@
-# $NetBSD: sunpro.mk,v 1.34 2006/07/06 11:46:33 markd Exp $
+# $NetBSD: sunpro.mk,v 1.35 2006/10/22 00:14:17 rillig Exp $
+#
+# This is the compiler definition for the SUNWspro C compiler.
+#
+# User-settable variables:
+#
+# SUNWSPROBASE
+#      The base directory where the compiler is installed.
+#
 
 .if !defined(COMPILER_SUNPRO_MK)
 COMPILER_SUNPRO_MK=    defined
diff -r 162585eb23ce -r dfb5cc6d4e9f mk/compiler/xlc.mk
--- a/mk/compiler/xlc.mk        Sat Oct 21 22:10:05 2006 +0000
+++ b/mk/compiler/xlc.mk        Sun Oct 22 00:14:17 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: xlc.mk,v 1.12 2005/01/12 22:58:29 grant Exp $
+# $NetBSD: xlc.mk,v 1.13 2006/10/22 00:14:17 rillig Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -34,6 +34,13 @@
 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 # POSSIBILITY OF SUCH DAMAGE.
 #
+# This is the compiler definition for IBM's XL C/C++ compiler suite.
+#
+# User-settable variables:
+#
+# XLCBASE
+#      The base directory where the compiler is installed.
+#
 
 .if !defined(COMPILER_XLC_MK)
 COMPILER_XLC_MK=       defined



Home | Main Index | Thread Index | Old Index