This commit is contained in:
Sean OMeara 2023-03-20 13:28:06 +01:00
parent 85f2881089
commit 4e6c436daf
No known key found for this signature in database
GPG key ID: 7215FDCD4EFD5E2F

View file

@ -519,14 +519,6 @@ synology-pkg: FORCE
synology-docker: FORCE
cd pkg/synology/dsm7-docker/; ./build.sh build-and-push
check_defined = \
$(strip $(foreach 1,$1, \
$(call __check_defined,$1,$(strip $(value 2)))))
__check_defined = \
$(if $(value $1),, \
$(error Undefined $1$(if $2, ($2))))
munge_rpm:
@:$(call check_defined, VERSION)
@echo "Updating rpm spec to $(VERSION)"