Hi,
I was looking into fixing the install-info problem, and wondered if the
solution is really as easy as it seems:
cvs diff: Diffing src
Index: src/Makefile.inc1
===================================================================
RCS file: /home/ncvs/src/Makefile.inc1,v
retrieving revision 1.141
diff -u -r1.141 Makefile.inc1
--- Makefile.inc1 2000/03/09 06:28:19 1.141
+++ Makefile.inc1 2000/03/15 15:34:25
@@ -183,7 +183,7 @@
WMAKE= ${WMAKEENV} ${MAKE} -f Makefile.inc1
# install stage
-IMAKEENV= ${CROSSENV}
+IMAKEENV= ${CROSSENV} INSTALLINFO="${WORLDTMP}/usr/bin/install-info"
IMAKE= ${IMAKEENV} ${MAKE} -f Makefile.inc1
USRDIRS= usr/bin usr/lib/compat/aout usr/games usr/libdata/ldscripts \
I've done an installworld between -CURRENTs (where we wouldn't
encounter the problem anyway) and it used the correct install-info.
If anyone is willing to test an upgrade from 3.4 -> 4.0 with this
fix, I'd appreciate it. Otherwise, I'll do it tomorrow.
If we happen to slide tags and make a new release, this'd be great
for cvsup upgrade path to the release.
Neil
--
Neil Blakey-Milner
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message