From owner-p4-projects Mon May 6 19:30:35 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id F326737B400; Mon, 6 May 2002 19:30:26 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4848337B400 for ; Mon, 6 May 2002 19:30:00 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g472U0w71040 for perforce@freebsd.org; Mon, 6 May 2002 19:30:00 -0700 (PDT) (envelope-from peter@freebsd.org) Date: Mon, 6 May 2002 19:30:00 -0700 (PDT) Message-Id: <200205070230.g472U0w71040@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 10928 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10928 Change 10928 by peter@peter_ia64 on 2002/05/06 19:29:17 hack for 'make world' with gcc-3.1. It seems that during stage 4, it wants to find cpp0 on the $PATH, and at this point it only lives in $OBJDIRPATH Affected files ... ... //depot/projects/ia64/Makefile.inc1#22 edit Differences ... ==== //depot/projects/ia64/Makefile.inc1#22 (text+ko) ==== @@ -203,7 +203,7 @@ WMAKEENV= ${CROSSENV} \ DESTDIR=${WORLDTMP} \ INSTALL="sh ${.CURDIR}/tools/install.sh" \ - PATH=${TMPPATH} + PATH=${TMPPATH}:${OBJFORMAT_PATH} WMAKE= ${WMAKEENV} ${MAKE} -f Makefile.inc1 # install stage To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message