aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-11-22 00:16:35 +0100
committerLoïc Hoguin <[email protected]>2015-11-22 00:16:35 +0100
commitc5590109aec58e0d898d95f630c70a176bbe77ef (patch)
tree17a74776049de6b16f1b350659a4c79bb94abb90 /test/Makefile
parent3bd083a3ccf3aaad97dcfd70331c296a75c63323 (diff)
downloaderlang.mk-c5590109aec58e0d898d95f630c70a176bbe77ef.tar.gz
erlang.mk-c5590109aec58e0d898d95f630c70a176bbe77ef.tar.bz2
erlang.mk-c5590109aec58e0d898d95f630c70a176bbe77ef.zip
Remove the Rabbit patches from the test suite
They're not needed on master anymore.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/Makefile b/test/Makefile
index 870f4dc..237ca42 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -203,14 +203,6 @@ pkg-$1: clean build
$i "Add package $1 to the Makefile"
$t perl -ni.bak -e 'print;if ($$$$.==1) {print "DEPS = $1\n"}' packages/$1_pkg/Makefile
- $(if $(filter amqp_client,$1),
- $i "Set RABBITMQ_CLIENT_PATCH"
- $(eval PATCHES := RABBITMQ_CLIENT_PATCH=1))
-
- $(if $(filter rabbit,$1),
- $i "Set RABBITMQ_SERVER_PATCH"
- $(eval PATCHES := RABBITMQ_SERVER_PATCH=1))
-
$i "Compile package $1"
$t if ! ( cd packages/$1_pkg/ && $(MAKE) $(PATCHES) $v ); then \
echo "$1: compile error" >> packages/errors.log; \