summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add rabbitmq_ct_client_helpers to TEST_DEPSJean-Sébastien Pédron2016-11-241-1/+1
* Makefile: Move install recipes to rabbitmq-releaseJean-Sébastien Pédron2016-09-221-117/+0
* Move all release handling bits to rabbitmq-releaseJean-Sébastien Pédron2016-09-211-204/+6
* Makefile: Remove the `$(PLUGINS)` variableJean-Sébastien Pédron2016-09-191-1/+1
* Makefile: Explicitely list all DEPSJean-Sébastien Pédron2016-09-191-2/+2
* Proper is a test dependency nowMichael Klishin2016-09-021-1/+1
* Makefile: Re-add amqp_client and meck as TEST_DEPSJean-Sébastien Pédron2016-09-021-0/+1
* Makefile: No need to filter out rabbitmq_test from TEST_DEPS anymoreJean-Sébastien Pédron2016-09-021-3/+0
* Use CT_OPTS from rabbitmq-build.mkJean-Sébastien Pédron2016-07-051-2/+0
* Use the new -spec formatJean-Sébastien Pédron2016-06-281-6/+0
* Include rabbitmq_top into server distributionMichael Klishin2016-06-211-0/+1
* Include rabbitmq_jms_topic_exchange into RabbitMQ distributionMichael Klishin2016-06-011-0/+1
* Backport the use of rabbitmq-build.mk from masterJean-Sébastien Pédron2016-05-311-9/+2
* Include rabbitmq_trust_store into RabbitMQ distributionMichael Klishin2016-05-271-0/+1
* Makefile: Add amqp_client and meck to TEST_DEPSJean-Sébastien Pédron2016-05-271-1/+1
* Makefile: Remove rabbitmq_test as a TEST_DEPSJean-Sébastien Pédron2016-05-271-0/+3
* Switch testsuite to common_test, part #1Jean-Sébastien Pédron2016-05-271-0/+2
* make tests: Do not run tests from rabbitmq-testJean-Sébastien Pédron2016-05-271-14/+0
* make source-dist: Exclude default $(PACKAGES_DIR)Jean-Sébastien Pédron2016-05-131-0/+1
* Run xmlto in more verbose modeMichael Klishin2016-02-291-1/+1
* Makefile: Fix Makefile indentationJean-Sébastien Pédron2016-02-181-5/+5
* make manpages: Fix xmlto(1) failures handlingJean-Sébastien Pédron2016-02-181-1/+2
* Distribute event-exchange, recent-history-exchange and shardingJean-Sébastien Pédron2015-12-211-0/+3
* make source-dist: Fix path to erlang.mk in rebar-based dependenciesJean-Sébastien Pédron2015-12-071-0/+3
* Load rabbitmq-tools.mkJean-Sébastien Pédron2015-12-011-1/+2
* make source-dist: Exclude more filesJean-Sébastien Pédron2015-12-011-0/+5
* Distributed deps: Move from a blacklist to a whitelistJean-Sébastien Pédron2015-12-011-14/+18
* make tests: Fix typo in how $(TARGETS_IN_RABBITMQ_TEST) is constructedJean-Sébastien Pédron2015-11-261-2/+2
* make *-in-rabbitmq_test: Depend on test-build and TEST_DEPS listrabbitmq_v3_6_0_milestone3Jean-Sébastien Pédron2015-11-251-1/+2
* make tests: Run tests in rabbitmq_test as wellJean-Sébastien Pédron2015-11-251-0/+13
* Put `*_usage.erl` dependencies and recipe in a single ruleJean-Sébastien Pédron2015-11-241-13/+11
* Makefile: Fix how we modify an autopatched erlang.mkJean-Sébastien Pédron2015-11-201-4/+4
* Makefile: Required Ranch version was moved to rabbitmq-components.mkJean-Sébastien Pédron2015-11-201-1/+0
* Switch to Ranch for connection handlingLoïc Hoguin2015-11-171-1/+2
* `make clean-source-dist` is PHONYJean-Sébastien Pédron2015-11-071-1/+1
* make source-dist: Do not distribute the websiteJean-Sébastien Pédron2015-11-061-2/+3
* make packages: Move targets to packaging/MakefileJean-Sébastien Pédron2015-11-041-49/+4
* make source-dist: -n means different things for BSD and GNU tarJean-Sébastien Pédron2015-11-041-3/+3
* make source-dist: Do not distribute Mercurial and Travis filesJean-Sébastien Pédron2015-11-041-0/+2
* make source-dist: Put distributed archives in $(PACKAGES_DIR)Jean-Sébastien Pédron2015-11-021-26/+32
* Makefile: Support V=2Jean-Sébastien Pédron2015-11-021-0/+3
* make package-standalone-macosx: Only valid on Mac OS XJean-Sébastien Pédron2015-10-291-6/+9
* Makefile: Use "cp -r", not "cp -a"Jean-Sébastien Pédron2015-10-291-8/+8
* make source-dist: Mention we should fix file timestampsJean-Sébastien Pédron2015-10-291-0/+3
* make source-dist: Replace version in rabbit.app.src as wellJean-Sébastien Pédron2015-10-281-0/+4
* make source-dist: Use $(PROJECT) instead of hardcoding `rabbit`Jean-Sébastien Pédron2015-10-281-2/+2
* make source-dist: "find -s" is not portable, use sort(1)Jean-Sébastien Pédron2015-10-281-4/+4
* make source-dist: Sort files in the source archiveJean-Sébastien Pédron2015-10-271-4/+11
* Makefile: USE_PROPER_QC is now a simply expanded variableJean-Sébastien Pédron2015-10-271-2/+2
* Makefile: Move .DEFAULT_GOAL to the same place as other MakefilesJean-Sébastien Pédron2015-10-271-2/+1