From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?Um9nZXIgUGF1IE1vbm7DqQ==?= Subject: Re: [VTPM v5 7/7] Add a real top level configure script that calls the others Date: Tue, 4 Dec 2012 17:22:52 +0100 Message-ID: <50BE235C.10205@citrix.com> References: <1354210534-31052-1-git-send-email-matthew.fioravante@jhuapl.edu> <1354210534-31052-8-git-send-email-matthew.fioravante@jhuapl.edu> <50BE1E75.2050303@citrix.com> <1354637583.15296.52.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1354637583.15296.52.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Matthew Fioravante , Ian Jackson , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 04/12/12 17:13, Ian Campbell wrote: > On Tue, 2012-12-04 at 16:01 +0000, Roger Pau Monne wrote: >> >>> +AC_PREFIX_DEFAULT([/usr]) >>> +AC_CONFIG_AUX_DIR([.]) >>> + >>> +AC_CONFIG_SUBDIRS([tools stubdom]) >> >> NetBSD is not able to build stubdoms, I guess >> running ./tools/configure >> will still produce all the necessary configure foo to compile the >> tools correctly? > > Does the build system today avoid building stubdoms on BSD if you do > "make world" or "make dist" at the top level? Or do you always do make > tools-dist etc explicitly? Yes, in NetBSD you have to build the tools explicitly, doing a make world tries to build stubdoms, and fails.