summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/RPMS/Fedora/Makefile2
-rw-r--r--packaging/debs/Debian/Makefile2
-rw-r--r--packaging/generic-unix/Makefile2
-rw-r--r--packaging/windows-exe/Makefile2
-rw-r--r--packaging/windows/Makefile2
5 files changed, 10 insertions, 0 deletions
diff --git a/packaging/RPMS/Fedora/Makefile b/packaging/RPMS/Fedora/Makefile
index fc37ceae79..efd3a4419e 100644
--- a/packaging/RPMS/Fedora/Makefile
+++ b/packaging/RPMS/Fedora/Makefile
@@ -35,6 +35,8 @@ SPEC_DEFINES=--define 'group_tag Development/Libraries'
START_PROG=daemon
endif
+unexport DEPS_DIR
+
.PHONY: all prepare server clean
all: clean server
diff --git a/packaging/debs/Debian/Makefile b/packaging/debs/Debian/Makefile
index 432761c944..38aa4e3bd6 100644
--- a/packaging/debs/Debian/Makefile
+++ b/packaging/debs/Debian/Makefile
@@ -22,6 +22,8 @@ else
SIGNING=-k$(SIGNING_KEY_ID)
endif
+unexport DEPS_DIR
+
all: package
@:
diff --git a/packaging/generic-unix/Makefile b/packaging/generic-unix/Makefile
index 4f5e20c03c..76420803dc 100644
--- a/packaging/generic-unix/Makefile
+++ b/packaging/generic-unix/Makefile
@@ -15,6 +15,8 @@ SOURCE_DIR = rabbitmq-server-$(VERSION)
TARGET_DIR = rabbitmq_server-$(VERSION)
TARGET_TARBALL = rabbitmq-server-generic-unix-$(VERSION)
+unexport DEPS_DIR
+
all: dist
@:
diff --git a/packaging/windows-exe/Makefile b/packaging/windows-exe/Makefile
index 047e208f09..624f051bb1 100644
--- a/packaging/windows-exe/Makefile
+++ b/packaging/windows-exe/Makefile
@@ -7,6 +7,8 @@ ZIP = $(notdir $(wildcard $(ZIP_DIR)/rabbitmq-server-windows-[0-9.]*.zip))
VERSION = $(patsubst rabbitmq-server-windows-%.zip,%,$(ZIP))
+unexport DEPS_DIR
+
all: dist
@:
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index f11293391d..a5517412c6 100644
--- a/packaging/windows/Makefile
+++ b/packaging/windows/Makefile
@@ -15,6 +15,8 @@ SOURCE_DIR = rabbitmq-server-$(VERSION)
TARGET_DIR = rabbitmq_server-$(VERSION)
TARGET_ZIP = rabbitmq-server-windows-$(VERSION)
+unexport DEPS_DIR
+
all: dist
@: