svn commit: r288075 - head/gnu/usr.bin/binutils/ld

Bryan Drewery bdrewery at FreeBSD.org
Mon Sep 21 18:52:53 UTC 2015


Author: bdrewery
Date: Mon Sep 21 18:52:52 2015
New Revision: 288075
URL: https://svnweb.freebsd.org/changeset/base/288075

Log:
  Use SHAREOWN/SHAREMODE/SHAREGRP rather than LIB* as these are plain ASCII
  scripts that the linker can load rather than binary library objects.
  
  Effectively no change.
  
  Suggested by:	hrs

Modified:
  head/gnu/usr.bin/binutils/ld/Makefile

Modified: head/gnu/usr.bin/binutils/ld/Makefile
==============================================================================
--- head/gnu/usr.bin/binutils/ld/Makefile	Mon Sep 21 18:39:13 2015	(r288074)
+++ head/gnu/usr.bin/binutils/ld/Makefile	Mon Sep 21 18:52:52 2015	(r288075)
@@ -46,9 +46,6 @@ CLEANDIRS+=	ldscripts
 CLEANFILES+=	ldemul-list.h stringify.sed
 
 FILES=		${LDSCRIPTS:S|^|ldscripts/|}
-FILESOWN=	${LIBOWN}
-FILESGRP=	${LIBGRP}
-FILESMODE=	${LIBMODE}
 FILESDIR=	${SCRIPTDIR}
 
 HOST=		${TARGET_TUPLE}


More information about the svn-src-all mailing list