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_at_xcllnt.netReceived on Thu Mar 18 2004 - 11:31:57 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:48 UTC