nixpkgs/pkgs/shells
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 bash: Disable parallel building 2013-01-23 16:32:57 +01:00
bash-completion bash-completion: remove NixOS-specific patch 2012-10-16 18:26:02 +02:00
dash * Added dash. 2010-06-01 17:05:29 +00:00
ipython ipython: Update to 0.13. 2012-07-25 18:04:52 +02:00
rush GNU Rush 1.7. 2010-08-19 16:55:51 +00:00
tcsh tcsh: Bump 2012-07-27 19:27:25 -04:00
zsh * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless 2012-01-18 20:16:00 +00:00