Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
make-debuginfo: Debug information for package make
- Summary
- This package provides debug information for package make.
Debug information is useful when developing applications that use this
package or when debugging this package.
Changelog
- * Wed Jul 12 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 1:3.81-1.1
- rebuild
- * Tue May 23 17:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 1:3.81-1
- 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.
- * Wed Mar 15 16:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> 1:3.80-11
- Applied (five years old) patch from Jonathan Kamens to allow make to
handle several pattern-specific variables (#52962).
The patch was changed so that it forces make to process pattern
specific variables in the same order as they appear in file.
(Upstream make behaves this way, too.) This is change from old make
behavior, which processed the variables in reverse order. In case
you used only x=a assignments, this had the effect of using the
first pattern specific variable that matched. For x+=a this just
doesn't work, and it produces absolutely nonintuitive results.
- (It would be great if make's target-specific variables were handled
the same way as pattern-specific ones, just without the pattern
component. However current handling is documented and considered a
feature.)