Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2015 14:25:41 +0900 (JST)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        bdrewery@FreeBSD.org
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r287983 - head/gnu/usr.bin/binutils/ld
Message-ID:  <20150919.142541.1272999895942073049.hrs@allbsd.org>
In-Reply-To: <201509190353.t8J3rbRe067548@repo.freebsd.org>
References:  <201509190353.t8J3rbRe067548@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
----Security_Multipart(Sat_Sep_19_14_25_41_2015_722)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Bryan Drewery <bdrewery@FreeBSD.org> wrote
  in <201509190353.t8J3rbRe067548@repo.freebsd.org>:

bd> Author: bdrewery
bd> Date: Sat Sep 19 03:53:37 2015
bd> New Revision: 287983
bd> URL: https://svnweb.freebsd.org/changeset/base/287983
bd>
bd> Log:
bd>   Replace afterinstall: hack with FILES mechanism.
bd>
bd>   Sponsored by:	EMC / Isilon Storage Division
bd>
bd> Modified:
bd>   head/gnu/usr.bin/binutils/ld/Makefile
bd>
bd> Modified: head/gnu/usr.bin/binutils/ld/Makefile
bd> ==============================================================================
bd> --- head/gnu/usr.bin/binutils/ld/Makefile	Sat Sep 19 03:51:19 2015	(r287982)
bd> +++ head/gnu/usr.bin/binutils/ld/Makefile	Sat Sep 19 03:53:37 2015	(r287983)
bd> @@ -45,6 +45,12 @@ LDADD=	${DPADD}
bd>  CLEANDIRS+=	ldscripts
bd>  CLEANFILES+=	ldemul-list.h stringify.sed
bd>
bd> +FILES=		${LDSCRIPTS:S|^|ldscripts/|}
bd> +FILESOWN=	${LIBOWN}
bd> +FILESGRP=	${LIBGRP}
bd> +FILESMODE=	${LIBMODE}
bd> +FILESDIR=	${SCRIPTDIR}
bd> +

 I think LIB{OWN,GRP,MODE} for ldscripts can also be removed because
 they are not library and the default values for FILES
 (SHARE{OWN,GRP,MODE}) look reasonable.

-- Hiroki

----Security_Multipart(Sat_Sep_19_14_25_41_2015_722)--
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEABECAAYFAlX88dYACgkQTyzT2CeTzy1NLwCfUUWEFx3oulOgc+YdFFhd81AA
21oAoJMH8tWImyIhdy9nm9nC+e1XdFVr
=kdfG
-----END PGP SIGNATURE-----

----Security_Multipart(Sat_Sep_19_14_25_41_2015_722)----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150919.142541.1272999895942073049.hrs>