This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [2.20] [4/6] Enumerate tests with special rules in tests-special variable


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]