Source-Changes-HG archive

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

[src/trunk]: src remove obsolete BUILD_CC_LIB_BASEDIR and BUILD_CC_LIB_BASETA...



details:   https://anonhg.NetBSD.org/src/rev/37c22fc56929
branches:  trunk
changeset: 801801:37c22fc56929
user:      plunky <plunky%NetBSD.org@localhost>
date:      Mon Aug 18 07:52:40 2014 +0000

description:
remove obsolete BUILD_CC_LIB_BASEDIR and BUILD_CC_LIB_BASETARGET vars

diffstat:

 Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r de8b2e1308cf -r 37c22fc56929 Makefile
--- a/Makefile  Mon Aug 18 07:33:21 2014 +0000
+++ b/Makefile  Mon Aug 18 07:52:40 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.309 2014/06/16 09:06:26 apb Exp $
+#      $NetBSD: Makefile,v 1.310 2014/08/18 07:52:40 plunky Exp $
 
 #
 # This is the top-level makefile for building NetBSD. For an outline of
@@ -205,11 +205,6 @@
 #
 # Targets (in order!) called by "make build".
 #
-.if defined(HAVE_GCC)
-BUILD_CC_LIB_BASEDIR= external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib
-BUILD_CC_LIB_BASETARGET= external-gpl3-gcc-lib
-.endif
-
 BUILDTARGETS+= check-tools
 .if ${MKUPDATE} == "no" && !defined(NOCLEANDIR)
 BUILDTARGETS+= cleandir



Home | Main Index | Thread Index | Old Index