mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
* Makefile (check-data): Check data directory in add-ons.
* elf/Makefile (check-data): Likewise.
This commit is contained in:
parent
58801a0e56
commit
13074b5b5a
@ -1,3 +1,8 @@
|
||||
2008-07-18 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* Makefile (check-data): Check data directory in add-ons.
|
||||
* elf/Makefile (check-data): Likewise.
|
||||
|
||||
2008-08-18 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* configure.in (--with-cpu): Check compiler support for -march/-mcpu.
|
||||
|
4
Makefile
4
Makefile
@ -247,8 +247,8 @@ tests-clean:
|
||||
tests: $(objpfx)c++-types-check.out $(objpfx)check-local-headers.out
|
||||
ifneq ($(CXX),no)
|
||||
check-data := $(firstword $(wildcard \
|
||||
$(foreach D,$(add-ons) scripts/data,\
|
||||
$(patsubst %,$D/c++-types-%.data,\
|
||||
$(foreach D,$(add-ons) scripts,\
|
||||
$(patsubst %,$D/data/c++-types-%.data,\
|
||||
$(abi-name) \
|
||||
$(addsuffix -$(config-os),\
|
||||
$(config-machine) \
|
||||
|
@ -841,8 +841,8 @@ $(objpfx)tst-dlmodcount: $(libdl)
|
||||
$(objpfx)tst-dlmodcount.out: $(test-modules)
|
||||
|
||||
check-data := $(firstword $(wildcard \
|
||||
$(foreach D,$(add-ons) scripts/data,\
|
||||
$(patsubst %,$(..)$D/localplt-%.data,\
|
||||
$(foreach D,$(add-ons) scripts,\
|
||||
$(patsubst %,$(..)$D/data/localplt-%.data,\
|
||||
$(abi-name) \
|
||||
$(addsuffix -$(config-os),\
|
||||
$(config-machine) \
|
||||
|
Loading…
Reference in New Issue
Block a user