Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Mar 2004 12:31:54 -0800
From:      Marcel Moolenaar <marcel@xcllnt.net>
To:        Garance A Drosihn <drosih@rpi.edu>
Cc:        Daniel Bond <D.M.Bond@exeter.ac.uk>
Subject:   Re: Updating sparc64 time_t, hostname not found
Message-ID:  <20040318203154.GB61108@dhcp01.pn.xcllnt.net>
In-Reply-To: <p06020435bc7fae711b74@[128.113.24.47]>
References:  <40594A35.6060303@exeter.ac.uk> <20040318165003.GA60545@dhcp01.pn.xcllnt.net> <p06020430bc7f9dd937ac@[128.113.24.47]> <20040318193824.GB61300@ns1.xcllnt.net> <p06020435bc7fae711b74@[128.113.24.47]>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 18, 2004 at 02:56:28PM -0500, Garance A Drosihn wrote:
> >
> >...what a minute the make that is being used is the one built from
> >src/Makefile as the result of the existing make being to old. But
> >that one doesn't use a 64-bit time_t. We need to pick up the make(1)
> >from under /usr/obj/usr/src/usr.bin/make...
> >
> >Does that sound plausible?
> 
> If he is using the 'installworld_newk' script, then that script
> builds a list of 64-bTT binaries in /tmp/install-newk.XXX, and
> uses those binaries for 'make installworld'.  That list of 64-bTT
> programs will include 'make'.

Yes, but if I'm not mistaken, src/Makefile will always use
/usr/obj/usr/src/make.${ARCH} if it's there:

\begin{reformatted snippet from src/Makefile}
MAKEPATH=       ${MAKEOBJDIRPREFIX}${.CURDIR}/make.${MACHINE}
BINMAKE= \
        `if [ -x ${MAKEPATH}/make ]; then \
	     echo ${MAKEPATH}/make;
	 else \
	     echo ${MAKE}; fi` \
        -m ${.CURDIR}/share/mk
_MAKE=  PATH=${PATH} ${BINMAKE} -f Makefile.inc1
\end{reformatted snippet from src/Makefile}

-- 
 Marcel Moolenaar	  USPA: A-39004		 marcel@xcllnt.net



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