cvs commit: src/sys/boot/sparc64 Makefile.inc src/sys/boot/sparc64/boot1 Makefile src/sys/boot/sparc64/loader Makefile

Ruslan Ermilov ru at FreeBSD.org
Mon Feb 9 07:10:29 PST 2004


On Mon, Feb 09, 2004 at 06:17:02AM -0800, Ruslan Ermilov wrote:
> ru          2004/02/09 06:17:02 PST
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/boot/sparc64/boot1 Makefile 
>     sys/boot/sparc64/loader Makefile 
>   Added files:
>     sys/boot/sparc64     Makefile.inc 
>   Log:
>   MFi386.
>   
>   - Factor out common settings and put them in an upper level Makefile.inc.
>   - Properly use PROG for real programs, not their products.
>   - Further reduce diffs to i386 versions.
>   
>   Tested on:      sparc64 (panther)
>   
>   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
> 
While here.  Since (as opposed to other architectures) "loader"
is the pure ELF binary, is there any reason not to _strip_ it?

%%%
Index: Makefile
===================================================================
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:02 ru Exp $
 
 PROG=		loader
-STRIP=
 NEWVERSWHAT=	"bootstrap loader" sparc64
 INSTALLFLAGS=	-b
 
%%%


Cheers,
-- 
Ruslan Ermilov
FreeBSD committer
ru at FreeBSD.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-sparc64/attachments/20040209/a908840e/attachment.bin


More information about the freebsd-sparc64 mailing list