* Turn on Make indentation.

svn path=/nixpkgs/branches/stdenv-updates/; revision=13810
This commit is contained in:
Eelco Dolstra 2009-01-19 20:31:02 +00:00
parent 808bf6d34a
commit 63246c648f
1 changed files with 4 additions and 0 deletions

View File

@ -237,6 +237,10 @@ if test "$NIX_DEBUG" = "1"; then
fi
# Make GNU Make produce nested output.
export NIX_INDENT_MAKE=1
######################################################################
# Misc. helper functions.