summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Use atomic renamebug22582Tony Garnock-Jones2010-04-011-2/+2
* Split up a long command into several shorter ones without continuation lines.Tony Garnock-Jones2010-04-011-5/+5
* Avoid deeply quoted quotingTony Garnock-Jones2010-04-011-1/+1
* Fractionally better - the actions of the recursive call are now displayed, th...bug22563Matthew Sackman2010-04-011-1/+1
* 1. If our entire goalset is to make the deps file, don't include it; 2. We do...Matthew Sackman2010-04-011-0/+5
* Merging in from defaultMatthew Sackman2010-04-011-3/+9
|\
| * Remove pipeline use in the _usage.erl target.Simon MacMullen2010-03-241-3/+9
* | Merging bug 22554 onto defaultMatthew Sackman2010-03-291-27/+48
|\ \ | |/
| * Only build beam files for the usage messages we're going to use.bug22550Simon MacMullen2010-03-241-1/+1
| * Merging default into bug 22550Matthew Sackman2010-03-241-3/+19
| |\
| | * Merge bug22457 into defaultTony Garnock-Jones2010-03-231-0/+16
| | |\
| | | * Correct logic so that a 'make' with no explicit goals still behaves correctlybug22457Matthew Sackman2010-03-231-1/+8
| | | * The previous logic was saying 'if we can't find 'clean' in there, load the de...Matthew Sackman2010-03-221-1/+4
| | | * Allow clean and clean-like targets to not bother with the dependency generationMatthew Sackman2010-03-211-0/+6
| * | | All module names must start 'rabbit_'.Matthew Sackman2010-03-211-1/+1
| * | | Corrected build system:Matthew Sackman2010-03-211-28/+33
| | |/ | |/|
* | | Handle multiline examples in man pages separately.bug22554Simon MacMullen2010-03-231-1/+1
| |/ |/|
* | They're not pods anymore. It worked before this by accident! (Stupid shell ex...Tony Garnock-Jones2010-03-221-2/+2
* | fold(1) is POSIX and works consistently on macs as well as linux, unlike fmtTony Garnock-Jones2010-03-221-1/+1
|/
* Build the windows service page for the website too.Simon MacMullen2010-03-161-1/+1
* Remove DOCTYPE with --novalid and namespaces with XSLT.Simon MacMullen2010-03-121-8/+5
* Make web versions of all the man pages.Simon MacMullen2010-03-041-9/+12
* Move the prefix / suffix to the XSL file, cleaner and works with echo from le...Simon MacMullen2010-03-021-3/+3
* Rebuild when XSL changes.Simon MacMullen2010-02-261-3/+3
* Fix internal links in the generated page.Simon MacMullen2010-02-261-3/+5
* Transform our generated rabbitmqctl HTML page back to our ad-hoc XML format f...Simon MacMullen2010-02-261-5/+11
* Remove -85 nastiness, prevent overlong line from wrapping by making it shorter.Simon MacMullen2010-02-251-1/+1
* Further tweaks to usage messages: only show subcommand option lists, not desc...Simon MacMullen2010-02-251-1/+1
* Rewrite rabbitmqctl man page as DocBook XML taken from the website admin guid...Simon MacMullen2010-02-241-13/+27
* Decided against preventing deps include on clean, given there are other targe...Matthew Sackman2010-01-291-2/+0
* If the only target is clean, don't include the deps file. Also the deps file ...Matthew Sackman2010-01-291-2/+4
* automatic, and accurate, make dependenciesMatthias Radestock2010-01-291-9/+14
* post-backout mergebug22082Matthias Radestock2009-12-181-4/+1
|\
| * Backed out changeset 71e93e17450cMatthias Radestock2009-12-181-4/+1
* | Try harder to find a simplejson-supporting pythonTony Garnock-Jones2009-11-301-0/+13
|/
* Make exchanges modular behaviours. AddedTony Garnock-Jones2009-11-211-1/+4
* Added destination file, and lifted the code from rabbit_misc:write_term_file ...Matthew Sackman2009-10-301-1/+1
* merge from bug 21397Matthew Sackman2009-09-301-7/+6
|\
| * using ?= operatorbug21397Vlad Ionescu2009-09-221-15/+6
| * merging from defaultVlad Ionescu2009-09-221-5/+3
| |\
| * | wrapping some makefile vars in ifndef'sVlad Ionescu2009-09-151-4/+12
* | | s/bool()/boolean() in type specsbug21714Matthias Radestock2009-09-301-2/+2
* | | merge bug21559 into defaultMatthias Radestock2009-09-241-1/+1
|\ \ \
| * | | Removed redundant -s rabbit from the startup args in Makefilebug21670Paul Jones2009-09-241-1/+1
* | | | Merged defaultPaul Jones2009-09-241-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Added rabbitmq-deactivate-plugins to output packagePaul Jones2009-09-211-1/+1
* | | | comment for create-plt make targetVlad Ionescu2009-09-231-0/+1
* | | | merging from defaultVlad Ionescu2009-09-221-3/+25
|\ \ \ \ | |_|_|/ |/| | |
| * | | getting rid of the .last_valid_dialysis approach; better erlang termination o...Vlad Ionescu2009-09-221-18/+10
| * | | fixing basic.plt dependenciesVlad Ionescu2009-09-151-5/+8