summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-11-04 18:09:06 +0000
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-11-04 18:09:06 +0000
commitf6db0c0df463a0c8fd4248f8ed8ab52ead5468f5 (patch)
tree439ad95f1824916411e2eddc79c3f86abe4e45a4 /packaging
parent4e854f2527da0ae5730be74f0355551fa59dc0d5 (diff)
downloadrabbitmq-server-git-f6db0c0df463a0c8fd4248f8ed8ab52ead5468f5.tar.gz
packaging/Makefile: Remove a debug $(info)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/Makefile b/packaging/Makefile
index 31ef548fc7..d1a4c3a1a4 100644
--- a/packaging/Makefile
+++ b/packaging/Makefile
@@ -40,7 +40,6 @@ all: packages
PACKAGES_DIR ?= ../PACKAGES
SOURCE_DIST_FILE ?= $(wildcard $(PACKAGES_DIR)/rabbitmq-server-*.tar.xz)
-$(info PACKAGES_DIR=$(PACKAGES_DIR) SOURCE_DIST_FILE=$(SOURCE_DIST_FILE) VERSION=$(VERSION) V=$(V))
ifeq ($(SOURCE_DIST_FILE),)
$(error Cannot find source archive; please specify SOURCE_DIST_FILE)