From owner-p4-projects Tue Apr 9 16: 0:53 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D3F0337B41A; Tue, 9 Apr 2002 16:00:44 -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 1216837B405 for ; Tue, 9 Apr 2002 16:00:44 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g39N0hQ70334 for perforce@freebsd.org; Tue, 9 Apr 2002 16:00:43 -0700 (PDT) (envelope-from peter@freebsd.org) Date: Tue, 9 Apr 2002 16:00:43 -0700 (PDT) Message-Id: <200204092300.g39N0hQ70334@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 9475 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=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