| Summary: | make installworld dependencies wrong | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Achim Patzner <ap> |
| Component: | bin | Assignee: | Marcel Moolenaar <marcel> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.0-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Achim Patzner
2000-07-08 12:20:01 UTC
Responsible Changed From-To: gnats-admin->freebsd-bugs Misfiled PR 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
State Changed From-To: open->analyzed Fixed in rev 1.155 of Makefile.inc1 (thanks, Johan). Responsible Changed From-To: freebsd-bugs->marcel Marcel's MFC reminder. Johan Karlsson wrote: > 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 All is in the pipeline. I'm suffering a lot of stalls, that's it... -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 State Changed From-To: analyzed->closed rev 1.156 has been MFC by jhb to rev 1.141.2.8 which fixes this problem. |