[2.20] [4/6] Enumerate tests with special rules in tests-special variable
Marcus Shawcroft
marcus.shawcroft@gmail.com
Fri Jan 24 23:54:00 GMT 2014
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
More information about the Libc-alpha
mailing list