pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/compiler Give a better pseudo CC_VERSION for the Su...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ea610069540d
branches: trunk
changeset: 468047:ea610069540d
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue Feb 10 00:37:53 2004 +0000
description:
Give a better pseudo CC_VERSION for the SunPro C compiler.
diffstat:
mk/compiler/sunpro.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2fa95cfa996f -r ea610069540d mk/compiler/sunpro.mk
--- a/mk/compiler/sunpro.mk Tue Feb 10 00:32:35 2004 +0000
+++ b/mk/compiler/sunpro.mk Tue Feb 10 00:37:53 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sunpro.mk,v 1.13 2004/02/09 05:50:03 jlam Exp $
+# $NetBSD: sunpro.mk,v 1.14 2004/02/10 00:37:53 jlam Exp $
.if !defined(COMPILER_SUNPRO_MK)
COMPILER_SUNPRO_MK= one
@@ -37,7 +37,7 @@
. if exists(${SUNWSPROBASE}/bin/cc)
CC_VERSION!= ${SUNWSPROBASE}/bin/cc -V 2>&1 | ${GREP} '^cc'
. else
-CC_VERSION= sunpro
+CC_VERSION= cc: Sun C
. endif
.endif # COMPILER_SUNPRO_MK
Home |
Main Index |
Thread Index |
Old Index