pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/compiler Remove CPP setting for now until I find a ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29e0d7b7ef36
branches:  trunk
changeset: 468343:29e0d7b7ef36
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Feb 12 21:37:08 2004 +0000

description:
Remove CPP setting for now until I find a better way to wrap these.  This
backs out the changes in rev. 1.24 of mk/compiler.mk, but I will restore
the behaviour elsewhere.

diffstat:

 mk/compiler/mipspro.mk |  4 +---
 mk/compiler/sunpro.mk  |  4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r eeb4330ab5f4 -r 29e0d7b7ef36 mk/compiler/mipspro.mk
--- a/mk/compiler/mipspro.mk    Thu Feb 12 21:29:28 2004 +0000
+++ b/mk/compiler/mipspro.mk    Thu Feb 12 21:37:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mipspro.mk,v 1.18 2004/02/12 11:50:46 jlam Exp $
+# $NetBSD: mipspro.mk,v 1.19 2004/02/12 21:37:08 jlam Exp $
 
 .if !defined(COMPILER_MIPSPRO_MK)
 COMPILER_MIPSPRO_MK=   one
@@ -21,9 +21,7 @@
 _MIPSPRO_CC=           ${_MIPSPRO_DIR}/bin/cc
 _MIPSPRO_LINKS+=       _MIPSPRO_CC
 PKG_CC=                        ${_MIPSPRO_CC}
-PKG_CPP=               ${_MIPSPRO_CC} -E
 CC=                    ${PKG_CC:T}
-CPP=                   ${PKG_CPP:T}
 .  endif
 .  if !empty(_LANGUAGES.mipspro:Mc++)
 _MIPSPRO_CXX=          ${_MIPSPRO_DIR}/bin/CC
diff -r eeb4330ab5f4 -r 29e0d7b7ef36 mk/compiler/sunpro.mk
--- a/mk/compiler/sunpro.mk     Thu Feb 12 21:29:28 2004 +0000
+++ b/mk/compiler/sunpro.mk     Thu Feb 12 21:37:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sunpro.mk,v 1.16 2004/02/12 11:50:46 jlam Exp $
+# $NetBSD: sunpro.mk,v 1.17 2004/02/12 21:37:08 jlam Exp $
 
 .if !defined(COMPILER_SUNPRO_MK)
 COMPILER_SUNPRO_MK=    one
@@ -21,9 +21,7 @@
 _SUNPRO_CC=    ${_SUNPRO_DIR}/bin/cc
 _SUNPRO_LINKS+=        _SUNPRO_CC
 PKG_CC=                ${_SUNPRO_CC}
-PKG_CPP=       ${_SUNPRO_CC} -E
 CC=            ${PKG_CC:T}
-CPP=           ${PKG_CPP:T}
 .  endif
 .  if !empty(_LANGUAGES.sunpro:Mc++)
 _SUNPRO_CXX=   ${_SUNPRO_DIR}/bin/CC



Home | Main Index | Thread Index | Old Index