Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2002 09:48:37 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8165 for review
Message-ID:  <200203211748.g2LHmbK90346@freefall.freebsd.org>

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

Change 8165 by peter@peter_thunder on 2002/03/21 09:48:16

	getconf cannot be built without gperf which needs c++..

Affected files ...

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

Differences ...

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

@@ -53,7 +53,6 @@
 	fsync \
 	ftp \
 	gencat \
-	getconf \
 	getopt \
 	gprof \
 	head \
@@ -196,6 +195,10 @@
 SUBDIR+=xlint
 .endif
 
+.if !defined(NO_GXX)
+SUBDIR+=getconf
+.endif
+
 .if defined(RELEASEDIR) || \
     (!exists(${.CURDIR}/../kerberosIV) && !exists(${.CURDIR}/../secure)) || \
     defined(NOCRYPT) || (defined(NOSECURE) && !defined(MAKE_KERBEROS4))

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?200203211748.g2LHmbK90346>