summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* make source-dist: Only force plugins' version when it's emptyJean-Sébastien Pédron2015-10-271-1/+1
* make source-dist: Fix licenses handling to match previous behaviorJean-Sébastien Pédron2015-10-271-2/+5
* make source-dist: Do not distribute some subdirectoriesJean-Sébastien Pédron2015-10-271-0/+4
* make source-dist: Do not distribute rabbitmq-metronome and -tokeJean-Sébastien Pédron2015-10-271-0/+2
* make source-dist: Do not distribute plugins/ directoriesJean-Sébastien Pédron2015-10-261-1/+4
* make source-dist: Properly list distributed componentsJean-Sébastien Pédron2015-10-261-11/+22
* make source-dist: Filter out `rabbit` from the dependencies listJean-Sébastien Pédron2015-10-261-1/+1
* Move compare_version to rabbitmq-commonJean-Sébastien Pédron2015-10-231-18/+0
* rabbit_common is added automaticallyJean-Sébastien Pédron2015-10-201-1/+1
* Allow to specify temporary $(PLUGINS)Jean-Sébastien Pédron2015-10-201-1/+1
* Give path to the source dist to packages' MakefilesJean-Sébastien Pédron2015-10-201-6/+19
* Packages are now "self-hosted": no need for the packaging dirJean-Sébastien Pédron2015-10-201-2/+1
* Update distributed LICENSE with license_info from pluginsJean-Sébastien Pédron2015-10-201-0/+5
* Finish with generic-unix and standalone-macosx packagesJean-Sébastien Pédron2015-10-201-31/+69
* Add targets to build packagesJean-Sébastien Pédron2015-10-201-1/+19
* Don't append `.txt` to `rabbitmq.config.example` on WindowsJean-Sébastien Pédron2015-10-201-0/+1
* Add install-man target to install manpagesJean-Sébastien Pédron2015-10-201-1/+12
* Add install target for WindowsJean-Sébastien Pédron2015-10-201-2/+58
* sed: Use [[:blank:]] instead of \sJean-Sébastien Pédron2015-10-201-2/+2
* In source-dist, fix dependencies' erlang.mkJean-Sébastien Pédron2015-10-201-0/+5
* awk: split() takes a list of separators, not a regexJean-Sébastien Pédron2015-10-201-2/+2
* Move scripts list to a variableJean-Sébastien Pédron2015-10-201-2/+5
* Define $(VERSION) earlierJean-Sébastien Pédron2015-10-201-1/+1
* Overwrite symlink in $(RMQ_BINDIR)Jean-Sébastien Pédron2015-10-201-1/+1
* Remove .zip dist file before creating it againJean-Sébastien Pédron2015-10-201-0/+1
* Install script symlinks in $(RMQ_BINDIR)Jean-Sébastien Pédron2015-10-201-2/+7
* Remove unused variable $(UNZIP)Jean-Sébastien Pédron2015-10-201-2/+0
* Be conservative only with rabbitmq-server-*Jean-Sébastien Pédron2015-10-201-4/+4
* Be more conservative with rsync --excludeJean-Sébastien Pédron2015-10-201-5/+5
* Include `packaging` in source-distJean-Sébastien Pédron2015-10-201-1/+0
* Do not compress manpages, the packaging system handles thatJean-Sébastien Pédron2015-10-201-6/+13
* Remove debugging echoJean-Sébastien Pédron2015-10-201-1/+0
* Add `make install` targetJean-Sébastien Pédron2015-10-201-0/+42
* Escape '{' with [] in sed regular expression to please GNU sedJean-Sébastien Pédron2015-10-201-1/+1
* Use rabbitmq-components.mk to fetch RabbitMQ componentsJean-Sébastien Pédron2015-10-201-21/+1
* Add all revisions/tags/branches in the source archiveJean-Sébastien Pédron2015-10-201-2/+6
* In source-dist, set all applications' version to `$(VERSION)`Jean-Sébastien Pédron2015-10-201-1/+12
* Finish `make source-dist` and update erlang.mkJean-Sébastien Pédron2015-10-201-46/+59
* Add `make source-dist` to prepare the source archive(s)Jean-Sébastien Pédron2015-10-201-0/+73
* Use dependency branches matching the parent branchJean-Sébastien Pédron2015-10-201-2/+19
* Update erlang.mkJean-Sébastien Pédron2015-10-201-0/+6
* Update erlang.mk and rely on the new makedep featureJean-Sébastien Pédron2015-10-201-6/+10
* Makefile: Take rabbitmq-common from GitHubJean-Sébastien Pédron2015-10-201-1/+1
* Use `$(DEP_PLUGINS)`Jean-Sébastien Pédron2015-10-201-6/+1
* `make run*`-related targets were moved to rabbitmq-run.mkJean-Sébastien Pédron2015-10-201-92/+0
* Makefile: Use the rabbitmq-run.mk plugin, not -dist.Jean-Sébastien Pédron2015-10-201-1/+1