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}
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to