summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers/gnumake/4.2/default.nix
Commit message (Collapse)AuthorAge
* Merge pull request #51408 from matthewbauer/disable-subsecond-gnumakeMatthew Bauer2018-12-03
|\ | | | | gnumake: disable subsecond mtime on darwin
| * gnumake: disable subsecond mtime on darwinMatthew Bauer2018-12-03
| | | | | | | | | | | | | | | | | | | | gnumake can support subsecond mtimes if it is available. But Darwin doesn’t support setting subsecond mtimes until 10.13! So we can just disable this check to avoid the issue where most of our built tools use seconds but make uses nanoseconds. Might fix some parallel issues along the way. Fixes #51221
* | Treewide: use HTTPS on GNU domainsc0bw3b2018-12-02
|/ | | | | | | | | | | HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
* gnumake: Unconditionally fix build against glibc-2.27Shea Levy2018-03-16
|
* riscv: Use gnumake42HEAD.Shea Levy2018-02-19
|
* gnumake: Fix build against glibc 2.27.Shea Levy2018-02-18
|
* gnumake: Drop pkgconfig if not building with guileSupportTuomas Tynkkynen2018-02-14
| | | | | | | This used to be the case before commit 531e4b80c97002 which seems to have dropped it by accident. Removes one unnecessary build of pkgconfig during stdenv bootstrapping.
* gnumake: fix occasional hangs in parallel buildsRicardo M. Correia2017-10-30
| | | | | https://savannah.gnu.org/bugs/?49014 https://savannah.gnu.org/bugs/?51159
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* treewide: Add man & info outputs where necessary (instead of doc)Tuomas Tynkkynen2017-08-11
| | | | | Because man & info pages won't be going to $doc after the next commit. Scripted change for the files having one-package-per-file.
* gnumake42: bugfix 4.2 -> 4.2.1Vladimír Čunát2016-07-09
|
* Merge #16448: gnumake: optionally build with guileVladimír Čunát2016-07-09
|\ | | | | | | Fixed up nested lists within the merge.
| * gnumake: Allow guile extension language as an optional featureRahul Gopinath2016-06-23
|/
* gnumake: add version 4.2Nick Novitski2016-05-23