mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
build: do not create directories at configure time
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
ec5b06d717
commit
2dee8d54c6
2 changed files with 3 additions and 33 deletions
|
@ -111,4 +111,5 @@ endef
|
|||
define unnest-vars
|
||||
$(call unnest-vars-1)
|
||||
$(foreach var,$(nested-vars),$(eval $(var) := $(filter-out %/, $($(var)))))
|
||||
$(shell mkdir -p $(sort $(foreach var,$(nested-vars),$(dir $($(var))))))
|
||||
endef
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue