mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-07-29 16:41:53 +03:00
fixup! build: Run autoreconf in the container.
This commit is contained in:
parent
4a8ea09970
commit
df94d75e49
@ -7,9 +7,13 @@ define create-rules-autoconf
|
||||
$(call create-rules-common,$(1),$(2),$(3))
|
||||
|
||||
ifeq ($(CONTAINER),1)
|
||||
$$(OBJ)/.$(1)-configure$(3): $$($(2)_SRC)/configure.ac
|
||||
@echo ":: configuring $(3)bit $(1)..." >&2
|
||||
$$(OBJ)/.$(1)-pre-configure: $$($(2)_SRC)/configure.ac
|
||||
@echo ":: autoreconfing $(1)..." >&2
|
||||
cd "$$($(2)_SRC)" && autoreconf -fiv
|
||||
touch $$@
|
||||
|
||||
$$(OBJ)/.$(1)-configure$(3): $$(OBJ)/.$(1)-pre-configure
|
||||
@echo ":: configuring $(3)bit $(1)..." >&2
|
||||
rm -rf "$$($(2)_OBJ$(3))/config.cache"
|
||||
|
||||
cd "$$($(2)_OBJ$(3))" && env $$($(2)_ENV$(3)) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user