Commit Graph

65 Commits

Author SHA1 Message Date
Petr Machata d15338db67 Merge branch 'master' of ssh://pkgs.fedoraproject.org/make
Conflicts:
	make.spec
2011-11-03 10:35:26 +01:00
Petr Machata 88ea1307f7 Add a patch for preserving -j across Makefile rebuild 2011-11-03 10:33:23 +01:00
Dennis Gilmore 122b5f0711 - Rebuilt for glibc bug#747377 2011-10-26 19:11:55 -05:00
Lubomir Rintel 2257aac321 Fix free-after-use with nested assignments (#703104) 2011-05-12 11:58:47 +02:00
Dennis Gilmore f4292858b8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 09:06:53 -06:00
Petr Machata ccbdcb62ff Merge branch 'f14/master'
Conflicts:
	make.spec
2010-10-27 02:48:02 +02:00
Petr Machata 49cf6ef2f1 Merge remote branch 'origin/f14/master' into f14/master
Conflicts:
	make.spec
2010-10-27 02:45:42 +02:00
Petr Machata 4527792b27 func_sort should use isblank, not isspace 2010-10-27 02:43:31 +02:00
Jesse Keating f03de169f9 - Rebuilt for gcc bug 634757 2010-09-29 22:57:29 -07:00
Jesse Keating 9f8da0d334 - Rebuilt for gcc bug 634757 2010-09-29 14:46:13 -07:00
Petr Machata 656d7d1eb5 Add upstream fixes for upstream bugs 30612 and 30723
- savannah #30723 - implicit re-executing of subdirs
- savannah #30612 - error parsing library references
- RHBZ 631552 - make 3.82 fails on a valid dependency
2010-09-13 13:56:02 +02:00
Petr Machata 8105161bd7 - Upstream 3.82:
- Drop rlimit, fdleak, strcpy-overlap, recursion-test, double-free
    patches, make supports this functionality now
  - Disable the memory patch for the time being
  - Port remaining patches
  - Add weird-shell patch, upstream bug 30748
- Resolves: #618998
2010-08-12 15:25:36 +02:00
Petr Machata 83d3b5a753 - Add BR procps
- Resolves: #616813
2010-08-11 11:35:23 +02:00
Jesse Keating 26212b01e8 Fix the release to match the changelog and upgrade path 2010-07-12 22:52:26 +00:00
Petr Machata 1be63b156a - Add a patch by Steve Kemp @debian that might fix the double free problem.
- Related: #609806
2010-07-01 14:13:38 +00:00
Petr Machata 9c0942e9d9 - Fix testsuite on F13
- Resolves: #600004
2010-06-04 12:13:11 +00:00
Petr Machata bed4db9ca3 - Fix installation with --excludedocs
- Resolves: #515917
- Change previous ChangeLog entry, it turned out that that commit actually
    did resolve the mentioned bug.
2009-08-11 14:09:31 +00:00
Petr Machata f9dc59f27b - Replace the use of strcpy on overlapping areas with memmove. It's
possible that this ...
- Resolves: #514721
2009-07-31 11:48:15 +00:00
Jesse Keating 7b15cec2a5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-25 11:41:11 +00:00
Jesse Keating 63abf036f3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 23:01:14 +00:00
Petr Machata 9d4c9891e3 - Fix patches to apply cleanly with fuzz=0 2008-09-22 10:52:47 +00:00
Petr Machata e801fa1472 - Mark opened files as cloexec to prevent their leaking through fork
- Resolves: #462090
2008-09-22 08:42:20 +00:00
Petr Machata eb9bbd322e - Fix the rlimit patch. The success flag is kept in memory shared with
parent process after vfork, and so cannot be reset.
- Related: #214033
2008-03-25 17:38:16 +00:00
Jesse Keating 5710b6e4bb - Autorebuild for GCC 4.3 2008-02-19 19:59:45 +00:00
Petr Machata d199711780 Bump up release for rebuild. 2007-10-05 14:42:31 +00:00
Petr Machata f5e8b6c324 Parallel make fix. 2007-10-05 14:20:46 +00:00
Petr Machata 9f841d9d76 - Cleaned up per merge review.
- Related: #226120
2007-10-04 14:37:09 +00:00
Petr Machata 6c7d4da4c2 - Fix licensing tag. 2007-08-16 11:28:48 +00:00
Petr Machata 1579d07b08 - Always run testsuite with C locale.
- Resolves: #232607
2007-03-16 13:23:11 +00:00
Petr Machata 2268e42ed5 Oh.
- Reverts: #228732
- Resolves: #219409
2007-02-22 17:58:38 +00:00
Petr Machata e74898ad5a - Fix newline handling for quoted SHELL.
- Resolves: #228732
2007-02-22 17:27:40 +00:00
Petr Machata 7264eaac0b Fix buildroot. 2007-02-07 18:21:38 +00:00
Petr Machata 5b7218ccaa ... and don't forget to bump a release. 2007-02-07 18:13:33 +00:00
Petr Machata 19962f8203 - Tidy up the specfile per rpmlint comments
- Use utf-8 and fix national characters in contributor's names
2007-02-07 18:12:29 +00:00
Petr Machata fd6e9c4268 - Ville Skytta: patch for non-failing %%post, %%preun
- Resolves: #223709
2007-01-25 12:18:04 +00:00
Petr Machata 2a3871a1b2 - make now restores rlimit to its original values before launching
subprocess (#214033)
- this doesn't resolve #214033, it's merely related
2007-01-25 12:00:34 +00:00
Jesse Keating ff58089a52 bumped for rebuild 2006-07-12 07:17:38 +00:00
Petr Machata 0146d90ab4 - Upstream 3.81:
- Contains several backwards incompatible changes. See NEWS inside the
    source package to find out more.
- memory patch and error reporting patch were ported to this version.
2006-05-23 14:18:17 +00:00
Petr Machata 6611600d86 #52962: allow make to handle several matching pattern-specific variables. 2006-03-16 08:43:09 +00:00
Jesse Keating af60a2920c bump for bug in double-long on ppc(64) 2006-02-11 04:28:02 +00:00
Jesse Keating 3d5c4c0e4b bump for new gcc/glibc 2006-02-07 12:55:26 +00:00
Petr Machata f0a6742a14 - H.J. Lu caught a typo in the patch and provided a new one. (#175376) 2006-02-02 13:45:32 +00:00
Petr Machata 3f950a330a Forcing aclocal/automake/autoconf in hope to build the thing on s390. 2006-01-09 18:40:17 +00:00
Petr Machata 8f54b1da71 Applied hongjiu.lu@intel.com's patch. Somehow reduces make's enormous
memory consumption. (#175376)
2006-01-09 15:51:22 +00:00
Jesse Keating 31817bda26 gcc update bump 2005-12-09 22:41:54 +00:00
Jakub Jelinek ebecf34c39 3.80-8 2005-08-22 09:58:48 +00:00
Jakub Jelinek 9023218f0a 3.80-7 2005-03-07 14:57:54 +00:00
Jakub Jelinek 9dc7def262 Rebuilt with GCC 4 2005-03-05 19:55:32 +00:00
Jakub Jelinek a38a0f7e93 1:3.80-6 2004-12-13 17:53:40 +00:00
Jakub Jelinek aaabb91545 3.80-5 2004-10-07 12:03:19 +00:00