Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2002 16:00:43 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9475 for review
Message-ID:  <200204092300.g39N0hQ70334@freefall.freebsd.org>

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

Change 9475 by peter@peter_daintree on 2002/04/09 15:59:52

	getconf should be conditional on no C++ tools, not specific machines.

Affected files ...

... //depot/projects/ia64/usr.bin/Makefile#17 edit

Differences ...

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

@@ -237,7 +237,7 @@
 .if ${MACHINE_ARCH} != "sparc64" && ${MACHINE_ARCH} != "ia64"
 SUBDIR+=xlint
 .endif
-.if ${MACHINE_ARCH} != "sparc64"
+.if !defined(NO_CXX) && ${MACHINE_ARCH} != "sparc64"
 SUBDIR+=getconf
 .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?200204092300.g39N0hQ70334>