Vladimír Čunát
e978eb5986
gnumake42: bring this version back
...
This is almost a revert of commit 0cfe9f3a
(PR #86293 ). Version 4.3
https://lists.gnu.org/archive/html/info-gnu/2020-01/msg00004.html
brought some incompatibilities, so this will be useful for shorter-term
workarounds.
2020-07-06 10:55:32 +02:00
Chuck
0cfe9f3ae2
gnumake: 4.2.1 -> 4.3
2020-07-02 17:44:47 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Robin Gloster
a8822b6ec2
gnumake: *Flags are lists
2019-12-30 11:13:41 +01:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
Matthew Bauer
f1a111bbc5
Merge pull request #51408 from matthewbauer/disable-subsecond-gnumake
...
gnumake: disable subsecond mtime on darwin
2018-12-03 08:32:59 -06:00
Matthew Bauer
26de2d1780
gnumake: disable subsecond mtime on darwin
...
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
2018-12-03 08:31:57 -06:00
c0bw3b
0498ccd076
Treewide: use HTTPS on GNU domains
...
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/
2018-12-02 15:51:59 +01:00
Piotr Bogdan
2c60a41d0a
gnumake3: remove
2018-11-15 17:41:25 +00:00
aszlig
492ca7be2b
gnumake3: Fix build against glibc-2.27
...
This has already been patched against gnumake4 (519f0b8db2
)
but we still have packages depending on gnumake3, so let's also apply
the same patch to gnumake 3.
Signed-off-by: aszlig <aszlig@nix.build>
Cc: @shlevy, @vcunat
2018-04-12 16:21:30 +02:00
Shea Levy
519f0b8db2
gnumake: Unconditionally fix build against glibc-2.27
2018-03-16 14:43:12 -04:00
Shea Levy
43522dc851
riscv: Use gnumake42HEAD.
2018-02-19 09:36:53 -05:00
Shea Levy
fb8a09e8f0
gnumake: Add 4.2.90pre2491_38c8a11 for proper glibc 2.27 support.
2018-02-19 09:33:34 -05:00
Shea Levy
a551e6debc
gnumake: Fix build against glibc 2.27.
2018-02-18 09:27:50 -05:00
Tuomas Tynkkynen
0ea1c45b04
gnumake: Drop pkgconfig if not building with guileSupport
...
This used to be the case before commit 531e4b80c9
which seems to
have dropped it by accident.
Removes one unnecessary build of pkgconfig during stdenv bootstrapping.
2018-02-14 01:47:28 +02:00
Ricardo M. Correia
029522249b
gnumake: fix occasional hangs in parallel builds
...
https://savannah.gnu.org/bugs/?49014
https://savannah.gnu.org/bugs/?51159
2017-10-30 16:15:43 +01:00
John Ericson
531e4b80c9
misc pkgs: Basic sed to get fix pkgconfig
and autoreconfHook
buildInputs
...
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Tuomas Tynkkynen
1ff422aa23
treewide: Add man & info outputs where necessary (instead of doc)
...
Because man & info pages won't be going to $doc after the next commit.
Scripted change for the files having one-package-per-file.
2017-08-11 21:32:54 +03:00
Eelco Dolstra
6669a3b477
stdenv: Remove log nesting
...
Nix/Hydra no longer support pretty printing of logs, so this is no
longer useful.
2017-07-24 14:30:46 +02:00
Eelco Dolstra
9f345ce2c7
gnumake41: Remove unused version
2017-07-24 14:27:12 +02:00
Eelco Dolstra
8cfe77444b
gnumake40: Remove unused version
2017-07-24 14:27:11 +02:00
Eelco Dolstra
969d7b0451
gnumake380: Remove
...
This hasn't been used in a long time.
2017-07-24 14:27:11 +02:00
Vladimír Čunát
e78ef9cc12
gnumake-3.81: remove
...
It doesn't seem to be of any use, except for spitting warnings about md5.
2016-10-29 15:49:27 +02:00
Chris Martin
5a3560fecf
gnumake-3.80: md5->sha256
2016-09-10 14:06:13 -04:00
Robin Gloster
c95ab0a2d1
gnumake380: disable format hardening
2016-08-03 20:03:04 +00:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tuomas Tynkkynen
2258b21e4b
treewide: Add lots of platforms to packages with no meta
...
Build-tested on x86_64 Linux and on Darwin.
2016-08-02 21:17:44 +03:00
Vladimír Čunát
9d3228f99d
gnumake42: bugfix 4.2 -> 4.2.1
2016-07-09 16:50:12 +02:00
Vladimír Čunát
3b2627586d
Merge #16448 : gnumake: optionally build with guile
...
Fixed up nested lists within the merge.
2016-07-09 16:36:49 +02:00
Rahul Gopinath
586a9c0d9c
gnumake: Allow guile extension language as an optional feature
2016-06-23 09:55:54 -07:00
Nick Novitski
93b99cd361
gnumake: add version 4.2
2016-05-23 15:30:41 +00:00
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Vladimír Čunát
5227fb1dd5
Merge commit staging+systemd into closure-size
...
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-10-03 13:33:37 +02:00
Eelco Dolstra
3ede0a64a2
make: Don't segfault if we can't get a tty name
...
This happened in VM builds:
make flags: SHELL=/nix/store/dbxpkswwc7rh6g1iy6dwqklzw39hihb1-bash-4.3-p33/bin/bash
/nix/store/jm26xg0h3jcrg4bbrwiqx3jpirscdk0p-stdenv/setup: line 658: 5957 Segmentation fault make ${makefile:+-f $makefile} ${enableParallelBuilding:+-j${NIX_BUILD_CORES} -l${NIX_BUILD_CORES}} $makeFlags "${makeFlagsArray[@]}" $buildFlags "${buildFlagsArray[@]}"
2015-06-04 19:47:34 +02:00
Florian Friesdorf
f33f2a7e82
cygwin: disable gnumake check because of hanging test
2015-05-28 10:53:35 +02:00
Vladimír Čunát
65ac24c903
gnumake-4.1: split docs
2015-04-18 19:48:00 +02:00
Ludovic Courtès
41b53577a8
unmaintain a bunch of packages
2015-01-13 22:33:49 +01:00
Peter Simons
ac55bb22be
gnumake: add version 4.1
2015-01-01 20:36:58 +01:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Peter Simons
6dfc18dc00
gnumake: add version 4.0
2013-12-09 16:14:41 +01:00
Peter Simons
aa58b5f571
gnumake: clean up directory structure; no functional change
2013-12-09 16:09:33 +01:00
Peter Simons
ac86eed59c
gnumake: disable test suite on FreeBSD
...
One test fails, unfortunately, but I'm not sure what to do about it.
2013-03-25 12:44:23 +01:00
Vladimír Čunát
9bc36c9729
gnumake381: fix the patching because of gnumake
2013-02-27 15:26:56 +01:00
Vladimír Čunát
d3821edb9e
gnumake: patch the patches so it looks nice
2013-02-27 15:26:56 +01:00
Vladimír Čunát
8ad7893bfc
make: PATCHES from gentoo
...
also needed for updated firebird to build
2013-02-27 15:26:55 +01:00
Ludovic Courtès
e729128faa
GNU Make 3.82: Ignore test failures on Darwin.
...
See <http://hydra.nixos.org/build/740597/nixlog/1/raw >.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24626
2010-11-09 13:12:26 +00:00
Ludovic Courtès
7ecc652da4
Re-add GNU Make 3.81.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24623
2010-11-09 09:14:07 +00:00
Lluís Batlle i Rossell
75a9a710fd
Fixing the gnumake log.patch so it applies to the new gnumake
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23308
2010-08-21 15:54:48 +00:00
Ludovic Courtès
58b1dfe0fe
GNU Make 3.82.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23281
2010-08-20 15:26:41 +00:00
Eelco Dolstra
808bf6d34a
* Make the nested output patch in GNU Make runtime configurable (by
...
setting the NIX_INDENT_MAKE variable; disabled by default) so we
don't need a separate gnumakeNix package.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13807
2009-01-19 18:49:58 +00:00