fish-shell/build_tools
Aaron Gyes a5e31cb0f1 quiet make builds: part two
* Use the Makefile mechanism to also detect old key_reader binaries
   Don't tell them to delete it - just that they might want fkr.
   You'd have to of installed it manually. Not unhelpful to point
   that out here.
 * Remind folks to start a new fish session after install
 * Add output for installation during silent builds
 * Suppress "Fish has been built, use make install..." if fish was
   actually built with a goal of `make install' from the command-line
   already and it's already working on that. It can be confusing.
 * Get rid of the $(call) stuff for color usage
   Fixes problem with gucked up output when doing parallel builds
 * Brighten up output with more colors and fancy attributes.
   Works fine with TERM=dumb
 * Introduce show-VAR targets - with VAR being a variable name,
   adding this to the target list wherever you like will cause
   the pretty-printed VAR='VAR' output. Can also use MAKE show-FOO
   to quickly diagnose problems.
 * Put the -D macros in CPPFLAGS (C preprocessor flags) as God
   intended instead of MACROS. CPPFLAGS was already defined but
   empty - and MACROS was getting added to CXXFLAGS and used on
   every CXX invocation.
 * Addresss a handful of missed bits from the initial silent make
   merge. Like msgfmt output.
 * Fix config.status output being completely silenced even when
   it's re-running ./configure.
 * Work around annoyance with PCRE being perfectly quiet except a
   minority of the rm's during make clean.
2016-08-09 05:05:15 -07:00
..
osx_package_resources Lossless recompress of images with pngcrush+zopfli 2016-06-18 10:03:26 -07:00
osx_package_scripts Make add-shell correctly handle /etc/shells files that do not end with newlines 2012-07-22 17:00:44 -07:00
build_documentation.sh quiet make builds: part two 2016-08-09 05:05:15 -07:00
cppcheck.sh Don't cppcheck the pcre sources 2016-06-11 15:35:52 -07:00
git_version_gen.sh Don't require .git before running git-describe 2014-10-27 15:46:22 -07:00
iwyu.linux.imp fix random lint issues 2016-05-29 22:24:29 -07:00
iwyu.osx.imp enhance the key_reader program 2016-05-10 14:11:30 -07:00
iwyu.sh Makefile: add target for Include What You Use (iwyu) 2015-07-29 21:41:57 +08:00
lint.fish Make IWYU output in lint.cpp less messy 2016-06-23 17:26:08 -07:00
make_csv_completions.fish Refactored out individual VCS completions. 2013-04-28 14:54:59 +02:00
make_darcs_completions.fish Refactored out individual VCS completions. 2013-04-28 14:54:59 +02:00
make_hg_completions.fish Refactored out individual VCS completions. 2013-04-28 14:54:59 +02:00
make_pkg.sh make_pkg: allow output to an environment-controlled path 2016-05-25 17:21:05 +00:00
make_svn_completions.fish Refactored out individual VCS completions. 2013-04-28 14:54:59 +02:00
make_tarball.sh make_tarball: use a temporary directory rather than just /tmp 2016-05-25 16:56:00 +00:00
make_vcs_completions.fish Refactored out individual VCS completions. 2013-04-28 14:54:59 +02:00
make_vcs_completions_generic.fish Refactored out individual VCS completions. 2013-04-28 14:54:59 +02:00
osx_distribution.xml Replace OS X installer PackageMaker document with a distribution file and script 2013-04-13 02:00:32 -07:00
style.fish Revert "Improve style script." 2016-07-24 17:58:56 -07:00
xcode_version_gen.sh Generate version numbers for Xcode builds 2015-09-29 14:55:51 -07:00