Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 1998 03:14:43 -0700
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        Robert Nordier <rnordier@nordier.com>
Cc:        peter@netplex.com.au, skynyrd@opus.cts.cwu.edu, rnordier@FreeBSD.ORG, committers@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/boot/i386 Makefile 
Message-ID:  <15674.908014483@time.cdrom.com>
In-Reply-To: Your message of "Sat, 10 Oct 1998 11:52:55 %2B0200." <199810100952.LAA10684@ceia.nordier.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> > Hmmm.  Is that really the right makefile for it?
> 
> Well, it works.  But (assuming your question was rhetorical), what do
> you prefer?

Actually it wasn't - I was confused about the behavior of .MAKEFLAGS
there.  So, just to make sure we're all on the same page here, you'd
propose:

RCS file: /home/ncvs/src/sys/boot/i386/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile    1998/10/09 23:30:16     1.4
+++ Makefile    1998/10/10 10:10:53
@@ -1,7 +1,7 @@
 SUBDIR=                boot0
 
-.if ${OBJFORMAT} == elf
+.MAKEFLAGS:    BTXLDFMT=${OBJFORMAT} OBJFORMAT=elf
+
 SUBDIR+=       btx libi386 loader
-.endif
 
 .include <bsd.subdir.mk>

?



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