Sheldon Hearn wrote:
> Regardless, it's probably a logical flaw. Just add to the top of the
> Makefile, the appropriate
>
> PORTOBJFORMAT={aout|elf}
>
> depending on whether you're running an AOUT or ELF system.
Why can't Philip just put something like
.if !defined(PORTOBJFORMAT)
PORTOBJFORMAT!=objformat
.endif
or
PORTOBJFORMAT?=${OBJFORMAT}
at the top of Makefile-FreeBSD so it works for everyone? Or wouldn't
either of those do the right thing?
--
Ben Smithurst
ben@???
send a blank message to ben+pgp@??? for PGP key
--
*** Exim information can be found at
http://www.exim.org/ ***