Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2002 22:40:02 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8126 for review
Message-ID:  <200203210640.g2L6e2M18372@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8126

Change 8126 by peter@peter_overcee on 2002/03/20 22:39:30

	do not build cc_tools when NO_GCC is specified

Affected files ...

... //depot/projects/ia64/Makefile.inc1#10 edit

Differences ...

==== //depot/projects/ia64/Makefile.inc1#10 (text+ko) ====

@@ -597,8 +597,12 @@
     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} gnu/usr.bin/cc/cc_tools ${_fortran} \
+.for _tool in bin/csh bin/sh ${_games} ${_cc_tools} ${_fortran} \
     ${_perl} ${_libroken4} ${_libkrb5} lib/libncurses ${_share} \
     usr.bin/awk usr.bin/file usr.sbin/sysinstall
 	cd ${.CURDIR}/${_tool}; ${MAKE} build-tools

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203210640.g2L6e2M18372>