summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-01-23 16:32:57 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-01-23 16:32:57 +0100
commit0214514f8b20806236969e3ca0125eafe5836a41 (patch)
tree7e3789d133c01d5f7219cef6ef4624ffbe0196b4 /pkgs/stdenv
parentdaa53f5200be24ee3fa86d6331647f2ab31cffac (diff)
downloadnixlib-0214514f8b20806236969e3ca0125eafe5836a41.tar
nixlib-0214514f8b20806236969e3ca0125eafe5836a41.tar.gz
nixlib-0214514f8b20806236969e3ca0125eafe5836a41.tar.bz2
nixlib-0214514f8b20806236969e3ca0125eafe5836a41.tar.lz
nixlib-0214514f8b20806236969e3ca0125eafe5836a41.tar.xz
nixlib-0214514f8b20806236969e3ca0125eafe5836a41.tar.zst
nixlib-0214514f8b20806236969e3ca0125eafe5836a41.zip
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
Diffstat (limited to 'pkgs/stdenv')
0 files changed, 0 insertions, 0 deletions