Hi,

Marc Weber <[email protected]> writes:

> Author: MarcWeber
> Date: 2010-06-15 19:00:48 +0000 (Tue, 15 Jun 2010)
> New Revision: 22282
>
> You can view the changes in this commit at:
>    https://svn.nixos.org/viewvc/nix?rev=22282&view=rev
>
> Modified:
>    nixpkgs/branches/stdenv-updates/pkgs/stdenv/generic/setup.sh
>
> Log:
> generic/setup.sh: remove duplication: - add generic showCommand function 
> which prints a command before running it - add runMake which is using that 
> function passing the makefile if set
>
> make all make invokations use runMake

That doesn’t seem useful to me since one can add, e.g.,

  postConfigure = "set -x";

And it slightly obscures the code.

Revert?

Ludo’.
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to