Date: Mon, 21 Sep 2015 18:52:52 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r288075 - head/gnu/usr.bin/binutils/ld Message-ID: <201509211852.t8LIqqiW069223@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509211852.t8LIqqiW069223>