Fix typo: s/Multile/Multiple/

This commit is contained in:
Jean-Sébastien Pédron 2016-09-28 12:28:46 +02:00
parent 8c7ac9c2e1
commit 982ad65328
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ ifeq ($(SOURCE_DIST_FILE),)
$(error Cannot find source archive; please specify SOURCE_DIST_FILE) $(error Cannot find source archive; please specify SOURCE_DIST_FILE)
endif endif
ifneq ($(words $(SOURCE_DIST_FILE)),1) ifneq ($(words $(SOURCE_DIST_FILE)),1)
$(error Multile source archives found; please specify SOURCE_DIST_FILE) $(error Multiple source archives found; please specify SOURCE_DIST_FILE)
endif endif
VERSION ?= $(patsubst rabbitmq-server-%.tar.xz,%,$(notdir $(SOURCE_DIST_FILE))) VERSION ?= $(patsubst rabbitmq-server-%.tar.xz,%,$(notdir $(SOURCE_DIST_FILE)))

View File

@ -5,7 +5,7 @@ ifeq ($(SOURCE_DIST_FILE),)
$(error Cannot find source archive; please specify SOURCE_DIST_FILE) $(error Cannot find source archive; please specify SOURCE_DIST_FILE)
endif endif
ifneq ($(words $(SOURCE_DIST_FILE)),1) ifneq ($(words $(SOURCE_DIST_FILE)),1)
$(error Multile source archives found; please specify SOURCE_DIST_FILE) $(error Multiple source archives found; please specify SOURCE_DIST_FILE)
endif endif
VERSION ?= $(patsubst rabbitmq-server-%.tar.xz,%,$(notdir $(SOURCE_DIST_FILE))) VERSION ?= $(patsubst rabbitmq-server-%.tar.xz,%,$(notdir $(SOURCE_DIST_FILE)))

View File

@ -5,7 +5,7 @@ ifeq ($(SOURCE_DIST_FILE),)
$(error Cannot find source archive; please specify SOURCE_DIST_FILE) $(error Cannot find source archive; please specify SOURCE_DIST_FILE)
endif endif
ifneq ($(words $(SOURCE_DIST_FILE)),1) ifneq ($(words $(SOURCE_DIST_FILE)),1)
$(error Multile source archives found; please specify SOURCE_DIST_FILE) $(error Multiple source archives found; please specify SOURCE_DIST_FILE)
endif endif
VERSION ?= $(patsubst rabbitmq-server-%.tar.xz,%,$(notdir $(SOURCE_DIST_FILE))) VERSION ?= $(patsubst rabbitmq-server-%.tar.xz,%,$(notdir $(SOURCE_DIST_FILE)))

View File

@ -5,7 +5,7 @@ ifeq ($(SOURCE_DIST_FILE),)
$(error Cannot find source archive; please specify SOURCE_DIST_FILE) $(error Cannot find source archive; please specify SOURCE_DIST_FILE)
endif endif
ifneq ($(words $(SOURCE_DIST_FILE)),1) ifneq ($(words $(SOURCE_DIST_FILE)),1)
$(error Multile source archives found; please specify SOURCE_DIST_FILE) $(error Multiple source archives found; please specify SOURCE_DIST_FILE)
endif endif
VERSION ?= $(patsubst rabbitmq-server-%.tar.xz,%,$(notdir $(SOURCE_DIST_FILE))) VERSION ?= $(patsubst rabbitmq-server-%.tar.xz,%,$(notdir $(SOURCE_DIST_FILE)))