|
From: | Eric Blake |
Subject: | Re: [PATCH 1/4] configure: Use discovered make for in-source build |
Date: | Tue, 25 Aug 2020 09:06:33 -0500 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
On 8/25/20 5:16 AM, Roman Bolshakov wrote:
Hi Eric, What if we just print an error if build/config-host.mak can't be found? ifeq ($(wildcard build/config-host.mak),) $(error "Incomplete configuration. Please run ./configure") endif IMO this is more sane approach than proceeding with partially-configured not working build without a Makefile in proper place.
Yes, that is definitely a better approach. -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3226 Virtualization: qemu.org | libvirt.org
[Prev in Thread] | Current Thread | [Next in Thread] |