Skip to content

Commit

Permalink
* Makefile (check-data): Check data directory in add-ons.
Browse files Browse the repository at this point in the history
	* elf/Makefile (check-data): Likewise.
  • Loading branch information
Roland McGrath committed Aug 19, 2008
1 parent 58801a0 commit 13074b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down
4 changes: 2 additions & 2 deletions elf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 13074b5

Please sign in to comment.