pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk back out revision 1.67, as it does not work as it s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e286fb9924ad
branches:  trunk
changeset: 461941:e286fb9924ad
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Sep 24 07:40:03 2003 +0000

description:
back out revision 1.67, as it does not work as it should due to the
way the buildlink2 wrappers are implemented.

diffstat:

 mk/defs.SunOS.mk |  20 +-------------------
 1 files changed, 1 insertions(+), 19 deletions(-)

diffs (30 lines):

diff -r 50b4bd6e35eb -r e286fb9924ad mk/defs.SunOS.mk
--- a/mk/defs.SunOS.mk  Wed Sep 24 06:26:21 2003 +0000
+++ b/mk/defs.SunOS.mk  Wed Sep 24 07:40:03 2003 +0000
@@ -1,25 +1,7 @@
-# $NetBSD: defs.SunOS.mk,v 1.68 2003/09/23 07:26:24 grant Exp $
+# $NetBSD: defs.SunOS.mk,v 1.69 2003/09/24 07:40:03 grant Exp $
 #
 # Variable definitions for the SunOS/Solaris operating system.
 
-# override AS, AR, CPP and LD unless they are an absolute path to
-# avoid relying on /usr/ccs/{bin,lib} in the $PATH.
-.if !defined(AS) || empty(AS:M/*)
-AS=            /usr/ccs/bin/as
-.endif
-
-.if !defined(AR) || empty(AR:M/*)
-AR=            /usr/ccs/bin/ar
-.endif
-
-.if !defined(CPP) || empty(CPP:M/*)
-CPP=           /usr/ccs/lib/cpp
-.endif
-
-.if !defined(LD) || empty(LD:M/*)
-LD=            /usr/ccs/bin/ld
-.endif
-
 AWK?=          /usr/bin/nawk
 BASENAME?=     /usr/bin/basename
 CAT?=          /usr/bin/cat



Home | Main Index | Thread Index | Old Index