Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2002 04:58:59 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 11104 for review
Message-ID:  <200205101158.g4ABwxv13192@freefall.freebsd.org>

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

Change 11104 by peter@peter_daintree on 2002/05/10 04:58:47

	Diff reduction (hopefully, this isn't correct :-)

Affected files ...

... //depot/projects/ia64/gnu/usr.bin/Makefile#11 edit

Differences ...

==== //depot/projects/ia64/gnu/usr.bin/Makefile#11 (text+ko) ====

@@ -7,10 +7,6 @@
 SUBDIR+=gperf groff
 .endif
 
-.if !defined(NO_BINUTILS)
-SUBDIR+=binutils
-.endif
-
 .if !defined(NO_CVS)
 SUBDIR+=cvs
 .endif
@@ -21,7 +17,7 @@
 .endif
 .endif
 
-.if !defined(NO_GCC) && ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64"
+.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64"
 SUBDIR+=cc
 .endif
 

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?200205101158.g4ABwxv13192>