| Age | Commit message (Collapse) | Author |
|
|
|
Signed-off-by: Max Howell <max@methylblue.com>
I preserved the behaviour where the whole Library directory is symlinked as no explanation for this change was given…
|
|
Neaten icu4c caveats.
Use auto sourceforge mirror selection for mad.
|
|
|
|
See Library/Contributions
|
|
This is because I have observed two people confuse make with the "make" tool
and thus assume `brew make' is `brew install'.
`brew make' will be deprecated at 0.7, until then it shows a warning.
|
|
Only delete the file that is downloaded if an error occurs while downloading it.
|
|
|
|
Automagically determines prefix to install to for DIY installations.
README amended.
|
|
Large refactor to Formula, mostly improving reliability and error handling but
also layout and readability.
General improvements so testing can be more complete.
Patches are automatically downloaded and applied for Formula that return a
list of urls from Formula::patches.
Split out the brew command logic to facilitate testing.
Facility from Adam Vandenberg to allow selective cleaning of files, added
because Python doesn't work when stripped.
|
|
Signed-off-by: Max Howell <max@methylblue.com>
|
|
Signed-off-by: Max Howell <max@methylblue.com>
|
|
|
|
|
|
|
|
|
|
Only remove brew symlinks w/ selflink.
|
|
|
|
This is a developer utility, to allow you to keep your git clone in
eg. your home directory, but still have Homebrew installed to
/usr/local.
It is an optional utility having the whole checkout at /usr/local
is the default and recommended solution.
|