Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Oct 2018 22:38:28 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r339245 - stable/11/usr.bin/bmake
Message-ID:  <201810082238.w98McSVF024688@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Mon Oct  8 22:38:28 2018
New Revision: 339245
URL: https://svnweb.freebsd.org/changeset/base/339245

Log:
  MFC r338925:
  
  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:
  stable/11/usr.bin/bmake/Makefile.config
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.bin/bmake/Makefile.config
==============================================================================
--- stable/11/usr.bin/bmake/Makefile.config	Mon Oct  8 19:48:58 2018	(r339244)
+++ stable/11/usr.bin/bmake/Makefile.config	Mon Oct  8 22:38:28 2018	(r339245)
@@ -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?201810082238.w98McSVF024688>