nixpkgs/pkgs/shells/bash
Eelco Dolstra 0214514f8b bash: Disable parallel building
Parallel building randomly fails because bash's Makefiles at some
point do a recursive make invocation to build a file "version.h":

  ../version.h: ../config.h ../Makefile Makefile
          -( cd ${BUILD_DIR} && ${MAKE} ${MFLAGS} version.h )

As a result, both the parent and the child can end up building
version.h at the same time.  This causes the build to fail with

  mv: cannot stat `newversion.h': No such file or directory

http://hydra.nixos.org/build/3853249
2013-01-23 16:32:57 +01:00
..
bash-4.2-patches.nix bash: Update to 4.2-p42 2013-01-17 12:39:48 +01:00
default.nix bash: Disable parallel building 2013-01-23 16:32:57 +01:00
update-patch-set.sh pkgs/shells/bash: updated "interactive" bash to version 4.2 2011-09-28 14:37:03 +00:00