Date: Mon, 9 Feb 2004 17:11:15 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: sparc64@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/sparc64 Makefile.inc src/sys/boot/sparc64/boot1 Makefile src/sys/boot/sparc64/loader Makefile Message-ID: <20040209151115.GA22404@FreeBSD.org.ua> In-Reply-To: <200402091417.i19EH2pU029367@repoman.freebsd.org> References: <200402091417.i19EH2pU029367@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--VS++wcV0S1rZb1Fb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 09, 2004 at 06:17:02AM -0800, Ruslan Ermilov wrote: > ru 2004/02/09 06:17:02 PST >=20 > FreeBSD src repository >=20 > Modified files: > sys/boot/sparc64/boot1 Makefile=20 > sys/boot/sparc64/loader Makefile=20 > Added files: > sys/boot/sparc64 Makefile.inc=20 > Log: > MFi386. > =20 > - Factor out common settings and put them in an upper level Makefile.in= c. > - Properly use PROG for real programs, not their products. > - Further reduce diffs to i386 versions. > =20 > Tested on: sparc64 (panther) > =20 > Revision Changes Path > 1.1 +5 -0 src/sys/boot/sparc64/Makefile.inc (new) > 1.9 +14 -17 src/sys/boot/sparc64/boot1/Makefile > 1.16 +9 -35 src/sys/boot/sparc64/loader/Makefile >=20 While here. Since (as opposed to other architectures) "loader" is the pure ELF binary, is there any reason not to _strip_ it? %%% Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/sys/boot/sparc64/loader/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 9 Feb 2004 14:17:02 -0000 1.16 +++ Makefile 9 Feb 2004 15:07:58 -0000 @@ -1,7 +1,6 @@ # $FreeBSD: src/sys/boot/sparc64/loader/Makefile,v 1.16 2004/02/09 14:17:0= 2 ru Exp $ =20 PROG=3D loader -STRIP=3D NEWVERSWHAT=3D "bootstrap loader" sparc64 INSTALLFLAGS=3D -b =20 %%% Cheers, --=20 Ruslan Ermilov FreeBSD committer ru@FreeBSD.org --VS++wcV0S1rZb1Fb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAJ6MTUkv4P6juNwoRAnBHAJ4iJZfhYumcIicNPs/GTEhV7SDzgQCff1w1 zTergka78lNs74b7bHF0nJI= =SpFH -----END PGP SIGNATURE----- --VS++wcV0S1rZb1Fb--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040209151115.GA22404>