nixpkgs/pkgs/tools/misc/coreutils
Tuomas Tynkkynen 30074ddfea coreutils: Fix cross build
`make install` was failing presumably due to an upstream cross-compilation bug:

Makefile:3440: *** Recursive variable 'INSTALL' references itself (eventually).  Stop.

While at it, remove the old ugly cross buildPhase. It was seemingly
trying to work around the fact that the man pages are generated by
piping each command's --help output to help2man. That obviously doesn't
work while cross-compiling.

Instead, set PERL=missing in the environment to make the build system
think there's no perl available to run help2man. (This approach was
stolen from buildroot.)
2016-12-24 22:33:05 +02:00
..
coreutils-8.23-4.cygwin.patch cygwin: findutils fpending and coreutils patch 2015-05-28 10:53:35 +02:00
default.nix coreutils: Fix cross build 2016-12-24 22:33:05 +02:00