mirror of
https://git.sr.ht/~nabijaczleweli/tzpfms
synced 2025-04-15 09:40:32 +03:00
Accept TZPFMS_{VERSION,DATE} from environment in Makefile
This commit is contained in:
parent
b45a331747
commit
3651105e0f
@ -45,8 +45,8 @@ else
|
||||
LNCXXAR :=
|
||||
endif
|
||||
|
||||
TZPFMS_VERSION := "$(patsubst v%,%,$(shell git describe))"
|
||||
TZPFMS_DATE := $(shell date -d@$$(git log --no-show-signature -1 --pretty=%at) '+%B %e, %Y')
|
||||
TZPFMS_VERSION ?= "$(patsubst v%,%,$(shell git describe))"
|
||||
TZPFMS_DATE ?= $(shell date -d@$$(git log --no-show-signature -1 --pretty=%at) '+%B %e, %Y')
|
||||
|
||||
SYSTEMD_SYSTEM_UNITDIR := $(shell ssud="$$(pkg-config --variable=systemd_system_unit_dir systemd 2>/dev/null)"; echo "$${ssud:-/usr/lib/systemd/system}")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user