Date: Thu, 3 Aug 2000 03:20:07 -0700 (PDT) From: Johan Karlsson <k@numeri.campus.luth.se> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/19783: make installworld dependencies wrong Message-ID: <200008031020.DAA49264@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/19783; it has been noted by GNATS.
From: Johan Karlsson <k@numeri.campus.luth.se>
To: freebsd-gnats-submit@FreeBSD.org
Cc: ap@sprouts.org, marcel@FreeBSD.org
Subject: Re: bin/19783: make installworld dependencies wrong
Date: Thu, 03 Aug 2000 12:10:47 +0200
Hi
This was fixed in rev 1.155 of Makefile.inc1 but has not yet been
MFC:ed
The part that needs to be MFC:ed is
--- Makefile.inc1.~1~ Thu Aug 3 12:00:48 2000
+++ Makefile.inc1 Thu Aug 3 12:01:23 2000
@@ -183,7 +183,8 @@
WMAKE= ${WMAKEENV} ${MAKE} -f Makefile.inc1
# install stage
-IMAKEENV= ${CROSSENV}
+IMAKEENV= ${CROSSENV} \
+ PATH=${TMPPATH}
IMAKE= ${IMAKEENV} ${MAKE} -f Makefile.inc1
USRDIRS= usr/bin usr/lib/compat/aout usr/games usr/libdata/ldscripts \
Marcel, can you please have a look at this and MFC this change.
Maybe you also want to MFC rev 1.156 to get all the proper binaries
when installing.
Please also close this PR when you have MFC:ed
http://www.FreeBSD.org/cgi/query-pr.cgi?pr=19783
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008031020.DAA49264>
