mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-07-27 07:31:44 +03:00
makefile_base.mak: 'make all succeeded' output for meta targets
This commit is contained in:
parent
432f8ec03b
commit
b88db76760
@ -160,26 +160,35 @@ GOAL_TARGETS_LIBS := openal ffmpeg lsteamclient vrclient dxvk
|
|||||||
GOAL_TARGETS := wine $(GOAL_TARGETS_LIBS)
|
GOAL_TARGETS := wine $(GOAL_TARGETS_LIBS)
|
||||||
|
|
||||||
all: $(GOAL_TARGETS)
|
all: $(GOAL_TARGETS)
|
||||||
|
@echo ":: make $@ succeeded"
|
||||||
|
|
||||||
all32: $(addsuffix 32,$(GOAL_TARGETS))
|
all32: $(addsuffix 32,$(GOAL_TARGETS))
|
||||||
|
@echo ":: make $@ succeeded"
|
||||||
|
|
||||||
all64: $(addsuffix 64,$(GOAL_TARGETS))
|
all64: $(addsuffix 64,$(GOAL_TARGETS))
|
||||||
|
@echo ":: make $@ succeeded"
|
||||||
|
|
||||||
# Libraries (not wine) only -- wine has a length install step that runs unconditionally, so this is useful for updating
|
# Libraries (not wine) only -- wine has a length install step that runs unconditionally, so this is useful for updating
|
||||||
# incremental builds when not iterating on wine itself.
|
# incremental builds when not iterating on wine itself.
|
||||||
|
|
||||||
all-lib: $(GOAL_TARGETS_LIBS)
|
all-lib: $(GOAL_TARGETS_LIBS)
|
||||||
|
@echo ":: make $@ succeeded"
|
||||||
|
|
||||||
all32-lib: $(addsuffix 32,$(GOAL_TARGETS_LIBS))
|
all32-lib: $(addsuffix 32,$(GOAL_TARGETS_LIBS))
|
||||||
|
@echo ":: make $@ succeeded"
|
||||||
|
|
||||||
all64-lib: $(addsuffix 64,$(GOAL_TARGETS_LIBS))
|
all64-lib: $(addsuffix 64,$(GOAL_TARGETS_LIBS))
|
||||||
|
@echo ":: make $@ succeeded"
|
||||||
|
|
||||||
# Explicit reconfigure all targets
|
# Explicit reconfigure all targets
|
||||||
all_configure: $(addsuffix _configure,$(GOAL_TARGETS))
|
all_configure: $(addsuffix _configure,$(GOAL_TARGETS))
|
||||||
|
@echo ":: make $@ succeeded"
|
||||||
|
|
||||||
all32_configure: $(addsuffix 32_configure,$(GOAL_TARGETS))
|
all32_configure: $(addsuffix 32_configure,$(GOAL_TARGETS))
|
||||||
|
@echo ":: make $@ succeeded"
|
||||||
|
|
||||||
all64_configure: $(addsuffix 64_configure,$(GOAL_TARGETS))
|
all64_configure: $(addsuffix 64_configure,$(GOAL_TARGETS))
|
||||||
|
@echo ":: make $@ succeeded"
|
||||||
|
|
||||||
##
|
##
|
||||||
## install -- steps to finalize the install
|
## install -- steps to finalize the install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user