1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

* 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

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.