svn commit: r339245 - stable/11/usr.bin/bmake

Brooks Davis brooks at FreeBSD.org
Mon Oct 8 22:38:29 UTC 2018


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


More information about the svn-src-stable-11 mailing list