From owner-svn-src-projects@FreeBSD.ORG Thu May 28 07:15:08 2009 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D6E11065675; Thu, 28 May 2009 07:15:08 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7CB3E8FC1A; Thu, 28 May 2009 07:15:08 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n4S7F88j026653; Thu, 28 May 2009 07:15:08 GMT (envelope-from jb@svn.freebsd.org) Received: (from jb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n4S7F8O1026651; Thu, 28 May 2009 07:15:08 GMT (envelope-from jb@svn.freebsd.org) Message-Id: <200905280715.n4S7F8O1026651@svn.freebsd.org> From: John Birrell Date: Thu, 28 May 2009 07:15:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r192965 - in projects/jbuild/lib: libc libutil X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2009 07:15:08 -0000 Author: jb Date: Thu May 28 07:15:08 2009 New Revision: 192965 URL: http://svn.freebsd.org/changeset/base/192965 Log: These libs aren't required for the host which has it's own already Modified: projects/jbuild/lib/libc/Buildfile projects/jbuild/lib/libutil/Buildfile Modified: projects/jbuild/lib/libc/Buildfile ============================================================================== --- projects/jbuild/lib/libc/Buildfile Thu May 28 07:12:57 2009 (r192964) +++ projects/jbuild/lib/libc/Buildfile Thu May 28 07:15:08 2009 (r192965) @@ -75,4 +75,6 @@ SRCS += ${_src} .endfor .endif +NOT_MACHINE_ARCH = host + .include Modified: projects/jbuild/lib/libutil/Buildfile ============================================================================== --- projects/jbuild/lib/libutil/Buildfile Thu May 28 07:12:57 2009 (r192964) +++ projects/jbuild/lib/libutil/Buildfile Thu May 28 07:15:08 2009 (r192965) @@ -23,4 +23,6 @@ WARNS ?= 6 CFLAGS += -DLIBC_SCCS -DINET6 CFLAGS += -I${.CURDIR} -I${BSDSRCTOP}/lib/libc/gen +NOT_MACHINE_ARCH = host + .include