mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-13 20:06:37 +08:00
(THIS_VERSION_REGEXP, PREV_VERSION_REGEXP): Remove now-unused variables.
This commit is contained in:
parent
872b3a4109
commit
2f6403d671
@ -26,9 +26,7 @@ CVS = cvs
|
||||
|
||||
prev_version_file ?= .prev-version
|
||||
|
||||
THIS_VERSION_REGEXP = $(subst .,\.,$(VERSION))
|
||||
PREV_VERSION := $(shell cat $(prev_version_file))
|
||||
PREV_VERSION_REGEXP := $(shell echo $(PREV_VERSION)|sed 's/\./\\./g')
|
||||
|
||||
tag-package = $(shell echo "$(PACKAGE)" | tr '[:lower:]' '[:upper:]')
|
||||
tag-this-version = $(subst .,_,$(VERSION))
|
||||
|
Loading…
Reference in New Issue
Block a user