pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/compiler Prepend /opt/SUNWspro/bin to the PATH so t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdeecf9beac9
branches:  trunk
changeset: 467452:bdeecf9beac9
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Feb 01 00:57:26 2004 +0000

description:
Prepend /opt/SUNWspro/bin to the PATH so that the compiler can be found by
ccache and distcc.

diffstat:

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

diffs (18 lines):

diff -r 2039133c3609 -r bdeecf9beac9 mk/compiler/sunpro.mk
--- a/mk/compiler/sunpro.mk     Sun Feb 01 00:41:25 2004 +0000
+++ b/mk/compiler/sunpro.mk     Sun Feb 01 00:57:26 2004 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: sunpro.mk,v 1.1 2004/02/01 00:31:00 jlam Exp $
+# $NetBSD: sunpro.mk,v 1.2 2004/02/01 00:57:26 jlam Exp $
 
 .if !defined(COMPILER_SUNPRO_MK)
 COMPILER_SUNPRO_MK=    defined
 
-.include "../../mk/bsd.prefs.mk"
+SUNWSPROBASE?= /opt/SUNWspro
+PATH:=         ${SUNWSPROBASE}/bin:${PATH}
 
-SUNWSPROBASE?= /opt/SUNWspro
 CC=    ${SUNWSPROBASE}/bin/cc
 CPP=   ${SUNWSPROBASE}/bin/cc -E
 CXX=   ${SUNWSPROBASE}/bin/CC



Home | Main Index | Thread Index | Old Index