diff options
author | Jim Meyering <meyering@redhat.com> | 2012-09-16 21:46:17 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-09-18 17:13:19 +0200 |
commit | b2635cb1efe650ea7f2f8ec14179fe3d390bc6db (patch) | |
tree | 7191c253a18d2bebab8c3ddfeee34f9f050fad8c /NEWS | |
parent | a04ddb8dd3fffd3457f927a36f6840fc1465aba2 (diff) | |
download | coreutils-b2635cb1efe650ea7f2f8ec14179fe3d390bc6db.tar.xz |
doc: NEWS: mention the conversion to non-recursive make
* NEWS (Build-related): Mention the non-recursive make improvement.
Improved by: Pádraig Brady
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -62,6 +62,14 @@ GNU coreutils NEWS -*- outline -*- Now, those tests are skipped with a useful diagnostic when the root tests are run without following the instructions in README. + We now build most directories using non-recursive make rules. I.e., + rather than running make in man/, lib/, src/, tests/, instead, the top + level Makefile.am includes a $dir/local.mk that describes how to build + the targets in the corresponding directory. Two directories remain + unconverted: po/, gnulib-tests/. One nice side-effect is that the more + accurate dependencies have eliminated a nagging occasional failure that + was seen when running parallel "make syntax-check". + * Noteworthy changes in release 8.19 (2012-08-20) [stable] |