pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/compiler Prepend ${MIPSPROBASE}/bin to the PATH so ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f878b6e219b
branches:  trunk
changeset: 467455:9f878b6e219b
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Feb 01 01:03:22 2004 +0000

description:
Prepend ${MIPSPROBASE}/bin to the PATH so that the correct compilers are
found by ccache and distcc.

diffstat:

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

diffs (15 lines):

diff -r 3c30dae319b5 -r 9f878b6e219b mk/compiler/mipspro.mk
--- a/mk/compiler/mipspro.mk    Sun Feb 01 01:02:37 2004 +0000
+++ b/mk/compiler/mipspro.mk    Sun Feb 01 01:03:22 2004 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: mipspro.mk,v 1.3 2004/02/01 01:02:37 jlam Exp $
+# $NetBSD: mipspro.mk,v 1.4 2004/02/01 01:03:22 jlam Exp $
 
 .if !defined(COMPILER_MIPSPRO_MK)
 COMPILER_MIPSPRO_MK=   defined
 
 MIPSPROBASE?=  /usr
+PATH:=         ${MIPSPROBASE}/bin:${PATH}
 
 CC=    ${MIPSPROBASE}/bin/cc
 CPP=   ${MIPSPROBASE}/bin/cc -E



Home | Main Index | Thread Index | Old Index