Loading pkgs/stdenv/generic/setup.sh +1 −1 Original line number Diff line number Diff line Loading @@ -742,7 +742,7 @@ configurePhase() { buildPhase() { runHook preBuild if [ -z "$makeFlags" ] && ! [[ -n "$makefile" || -e "Makefile" || -e "makefile" || -e "GNUmakefile" ]]; then if [[ -z $makeFlags && ! ( -n $makefile || -e Makefile || -e makefile || -e GNUmakefile[[ ) ]]; then echo "no Makefile, doing nothing" else # See https://github.com/NixOS/nixpkgs/pull/1354#issuecomment-31260409 Loading Loading
pkgs/stdenv/generic/setup.sh +1 −1 Original line number Diff line number Diff line Loading @@ -742,7 +742,7 @@ configurePhase() { buildPhase() { runHook preBuild if [ -z "$makeFlags" ] && ! [[ -n "$makefile" || -e "Makefile" || -e "makefile" || -e "GNUmakefile" ]]; then if [[ -z $makeFlags && ! ( -n $makefile || -e Makefile || -e makefile || -e GNUmakefile[[ ) ]]; then echo "no Makefile, doing nothing" else # See https://github.com/NixOS/nixpkgs/pull/1354#issuecomment-31260409 Loading