pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/buildlink3 Skip the common cache for more options t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0ade65eb649
branches:  trunk
changeset: 468300:b0ade65eb649
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Feb 12 10:16:27 2004 +0000

description:
Skip the common cache for more options that are only sunpro-cc related.

diffstat:

 mk/buildlink3/sunpro-cc-post-cache |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4fa32b159898 -r b0ade65eb649 mk/buildlink3/sunpro-cc-post-cache
--- a/mk/buildlink3/sunpro-cc-post-cache        Thu Feb 12 10:05:08 2004 +0000
+++ b/mk/buildlink3/sunpro-cc-post-cache        Thu Feb 12 10:16:27 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sunpro-cc-post-cache,v 1.3 2004/01/06 08:48:29 jlam Exp $
+# $NetBSD: sunpro-cc-post-cache,v 1.4 2004/02/12 10:16:27 jlam Exp $
 #
 # This file implements the default action of the "cc" private cache
 # for the SunPro suite of compilers, and tells the wrapper to skip the
@@ -6,7 +6,7 @@
 # can't handle; they will instead by handled directly by
 # sunpro-cc-post-logic.
 
--[OW]*)
+-[OW]*|-f[pP][iI][cC]|-shared)
        skipcache=yes
        ;;
 esac



Home | Main Index | Thread Index | Old Index