diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-10-28 19:10:21 +0100 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-10-28 19:10:21 +0100 |
| commit | eb86030af14158be87a8ace7d893a9fd27ec3ccf (patch) | |
| tree | a3bf9bdb7199fdc356003a1d0eb79c5127e7868f /packaging | |
| parent | 15c69da995015b9b39a0ea9734ec387b2dfa6efa (diff) | |
| download | rabbitmq-server-git-eb86030af14158be87a8ace7d893a9fd27ec3ccf.tar.gz | |
packaging: Do not pass $(DEPS_DIR) to sub-make
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/RPMS/Fedora/Makefile | 2 | ||||
| -rw-r--r-- | packaging/debs/Debian/Makefile | 2 | ||||
| -rw-r--r-- | packaging/generic-unix/Makefile | 2 | ||||
| -rw-r--r-- | packaging/windows-exe/Makefile | 2 | ||||
| -rw-r--r-- | packaging/windows/Makefile | 2 |
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 @: |
