This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [2.20] [4/6] Enumerate tests with special rules in tests-special variable
- From: Marcus Shawcroft <marcus dot shawcroft at gmail dot com>
- To: "Joseph S. Myers" <joseph at codesourcery dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Fri, 24 Jan 2014 23:54:53 +0000
- Subject: Re: [2.20] [4/6] Enumerate tests with special rules in tests-special variable
- Authentication-results: sourceware.org; auth=none
- References: <Pine dot LNX dot 4 dot 64 dot 1401100208000 dot 9412 at digraph dot polyomino dot org dot uk> <Pine dot LNX dot 4 dot 64 dot 1401100212440 dot 9412 at digraph dot polyomino dot org dot uk>
On 10 January 2014 02:13, Joseph S. Myers <joseph@codesourcery.com> wrote:
> In order to generate overall summaries of the results of all tests in
> the glibc testsuite, we need to identify and concatenate the files
> with the results of individual tests.
Hi Joseph, I've just given this patch series a quick test drive, with
the first 4 patches applied I get the following breakage:
make -j4 subdir=intl -C intl ..=../ subdir_lib
make[2]: Entering directory `/work/src/glibc/intl'
make[2]: *** No rule to make target `subdir_lib'. Stop.
make[2]: Leaving directory `/work/src/glibc/intl'
make[1]: *** [intl/subdir_lib] Error 2
make[1]: Leaving directory `/work/src/glibc'
make: *** [all] Error 2
make: Leaving directory `/work/build-aarch64-none-linux-gnu/obj/glibc'
I have not studied the change to intl/Makefile in any detail but it
looks to me that this relocation of 'include ../Rules' leaves the
include placed inside a if/endif.
Cheers
/Marcus