svn commit: r338925 - head/usr.bin/bmake

Brooks Davis brooks at FreeBSD.org
Tue Sep 25 15:25:43 UTC 2018


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


More information about the svn-src-all mailing list