From owner-p4-projects Fri May 10 4:55:22 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 918FA37B40A; Fri, 10 May 2002 04:54:56 -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 6855737B40A for ; Fri, 10 May 2002 04:54:54 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ABss511741 for perforce@freebsd.org; Fri, 10 May 2002 04:54:54 -0700 (PDT) (envelope-from peter@freebsd.org) Date: Fri, 10 May 2002 04:54:54 -0700 (PDT) Message-Id: <200205101154.g4ABss511741@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 11102 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=11102 Change 11102 by peter@peter_daintree on 2002/05/10 04:54:13 Diff reduction (post-gcc-3.1 import) Affected files ... ... //depot/projects/ia64/Makefile.inc1#24 edit Differences ... ==== //depot/projects/ia64/Makefile.inc1#24 (text+ko) ==== @@ -203,7 +203,7 @@ WMAKEENV= ${CROSSENV} \ DESTDIR=${WORLDTMP} \ INSTALL="sh ${.CURDIR}/tools/install.sh" \ - PATH=${TMPPATH}:${OBJFORMAT_PATH} + PATH=${TMPPATH} WMAKE= ${WMAKEENV} ${MAKE} -f Makefile.inc1 # install stage @@ -626,12 +626,8 @@ kerberos5/lib/libasn1 kerberos5/lib/libhdb kerberos5/lib/libsl .endif -.if !defined(NO_GCC) -_cc_tools= gnu/usr.bin/cc/cc_tools -.endif - build-tools: -.for _tool in bin/csh bin/sh ${_games} ${_cc_tools} ${_fortran} \ +.for _tool in bin/csh bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \ ${_perl} ${_libroken4} ${_libkrb5} lib/libncurses ${_share} \ usr.bin/awk usr.bin/file usr.sbin/sysinstall cd ${.CURDIR}/${_tool}; ${MAKE} build-tools @@ -772,9 +768,7 @@ .else _startup_libs= lib/csu/${MACHINE_ARCH} .endif -.if !defined(NO_GCC) _startup_libs+= gnu/lib/csu gnu/lib/libgcc -.endif _prebuild_libs= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message