* Turn on Make indentation.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13810
This commit is contained in:
parent
808bf6d34a
commit
63246c648f
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue