From owner-freebsd-testing@FreeBSD.ORG Thu Jan 23 21:24:00 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82843CB7; Thu, 23 Jan 2014 21:24:00 +0000 (UTC) Received: from mail-pd0-x22a.google.com (mail-pd0-x22a.google.com [IPv6:2607:f8b0:400e:c02::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F9511D70; Thu, 23 Jan 2014 21:24:00 +0000 (UTC) Received: by mail-pd0-f170.google.com with SMTP id p10so2283260pdj.29 for ; Thu, 23 Jan 2014 13:23:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=GN4hfrDbAqy/yQI3FhpwVkP7aHkzJuS5Vhmu+hqlO8w=; b=m0SP7jtO7B+sT1kQH4FKLzDIG7I2wizH6txiivryW3Mi6mAclAJOD4mQupsfFM80jG 2cxieq0l7bLKfnaYZOJPoaZFSVIe1cX1J+MhSTtsq+8+QdoL8mfw3jHODxehtbFZ4HxD JQ7Fykf4K9pqE+ZpppRSvTVtIxqH/781TFxuM1SYTRgDgJttrsddqoQKdnK0C2DnrKtq WNCeZ23aWp7dKBFYeUMVbJqyFtFATJw/qkIKI9lE5ZLRsW0tGpAuBr2irO/Aj95aOctu M1MzTgGhqZBjJrqiniNRXoXDBos0PA08EK+CN42cfZs2wBwh3piRgxRNSpyXXD6UccF/ 3Rpg== X-Received: by 10.68.89.162 with SMTP id bp2mr10163314pbb.151.1390512239824; Thu, 23 Jan 2014 13:23:59 -0800 (PST) Received: from fuji.zcorp.zonarsystems.com ([64.14.143.130]) by mx.google.com with ESMTPSA id om6sm41247771pbc.43.2014.01.23.13.23.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 23 Jan 2014 13:23:59 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: Makefile.inc1.patch From: Garrett Cooper In-Reply-To: Date: Thu, 23 Jan 2014 13:23:57 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <4DB8E40F-6D7B-41A9-A0FA-B2E241E9A180@gmail.com> References: <4A3E3984-73D3-4441-97A7-D58679EFF978@gmail.com> <9775878D-91AB-4BE4-ADFA-32D8DB582AA6@gmail.com> To: Alan Somers X-Mailer: Apple Mail (2.1827) Cc: "freebsd-testing@freebsd.org" , Brooks Davis , "Simon J. Gerraty" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2014 21:24:00 -0000 On Jan 23, 2014, at 1:11 PM, Alan Somers wrote: > In that case, I'm missing something. I can't find any makefiles that > reference MK_ATF or a related variable. What is the effect of setting > WITH_ATF ? >=20 > -Alan NO_TESTS forces WITHOUT_TESTS to be set. So, if I set NO_TESTS = in the various build steps it will force ATF to not be built. For that = reason (and that reason alone) I reintroduced WITH_ATF just for = Makefile.inc1 (but you could replace it with something else like = WITH_ATF_LIBS, etc, if the naming is too confusing). Thanks! -Garrett=