mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-23 15:54:07 +01:00
build/makefile_base.mak: Print a message during deploy step
Largely for my testing that 'make all deploy' was doing things right, but mildly helpful and matches install step.
This commit is contained in:
parent
4adf44a16f
commit
78d2210b1f
1 changed files with 1 additions and 0 deletions
|
|
@ -312,6 +312,7 @@ deploy: dist | $(filter-out dist deploy install,$(MAKECMDGOALS))
|
|||
mkdir -p $(DEPLOY_DIR) && \
|
||||
cp -a $(DEPLOY_COPY_TARGETS) $(DEPLOY_DIR) && \
|
||||
tar -C $(DST_DIR) -c . | gzip -c -1 > $(DEPLOY_DIR)/proton_dist.tar.gz
|
||||
@echo "Created deployment tarball at "$(DEPLOY_DIR)"/proton_dist.tar.gz"
|
||||
|
||||
install: dist | $(filter-out dist deploy install,$(MAKECMDGOALS))
|
||||
if [ ! -d $(STEAM_DIR) ]; then echo >&2 "!! "$(STEAM_DIR)" does not exist, cannot install"; return 1; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue