Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2018 15:25:43 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r338925 - head/usr.bin/bmake
Message-ID:  <201809251525.w8PFPhk9096199@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Tue Sep 25 15:25:42 2018
New Revision: 338925
URL: https://svnweb.freebsd.org/changeset/base/338925

Log:
  Don't override LDFLAGS set in bsd.cpu.mk.
  
  This is a direct commit to a generated file.  Simon plans to fix this
  upstream before the next import.
  
  PR:		231557
  Approved by:	re (gjb)
  Obtained from:	CheriBSD
  Sponsored by:	DARPA, AFRL

Modified:
  head/usr.bin/bmake/Makefile.config

Modified: head/usr.bin/bmake/Makefile.config
==============================================================================
--- head/usr.bin/bmake/Makefile.config	Tue Sep 25 05:52:42 2018	(r338924)
+++ head/usr.bin/bmake/Makefile.config	Tue Sep 25 15:25:42 2018	(r338925)
@@ -16,7 +16,7 @@ DEFAULT_SYS_PATH?= .../share/mk:/usr/share/mk
 
 CPPFLAGS+= 
 CFLAGS+= ${CPPFLAGS} -DHAVE_CONFIG_H
-LDFLAGS= 
+LDFLAGS+= 
 LIBOBJS=  ${LIBOBJDIR}stresep$U.o
 LDADD= 
 USE_META= yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809251525.w8PFPhk9096199>