mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
Build: Change variable export in Makefiles for Make v4 compatibility
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
9e521b244d
commit
ac8ee9e4dd
3 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -7,7 +7,9 @@ export GO111MODULE=on
|
|||
|
||||
-include .semver
|
||||
-include .env
|
||||
export
|
||||
export SEMVER_MAJOR
|
||||
export SEMVER_MINOR
|
||||
export SEMVER_PATCH
|
||||
|
||||
# Binary file names.
|
||||
BINARY_NAME=photoprism
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
MAKEFLAGS += --always-make
|
||||
|
||||
-include .env
|
||||
export
|
||||
|
||||
# Ensure compatibility with "docker-compose" (old) and "docker compose" (new).
|
||||
HAS_DOCKER_COMPOSE_WITH_DASH := $(shell which docker-compose)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
MAKEFLAGS += --always-make
|
||||
|
||||
-include .env
|
||||
export
|
||||
|
||||
all: pull restart
|
||||
uninstall: down remove
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue