From 724d8c3f0e3dd6afb77728ac87727316c4479ab9 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 23 Sep 2002 17:43:42 +0000 Subject: [PATCH] * elf/Makefile (test-extras): Define this instead of test-srcs. * Makerules (all-nonlib): Include $(test-extras) too. --- ChangeLog | 5 +++++ Makerules | 2 +- elf/Makefile | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e47cf4d..a4fe591 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-09-23 Roland McGrath + + * elf/Makefile (test-extras): Define this instead of test-srcs. + * Makerules (all-nonlib): Include $(test-extras) too. + 2002-09-21 Carlos O'Donell * sysdeps/hppa/abort-instr.h: New file. diff --git a/Makerules b/Makerules index 59fcdae..dee6820 100644 --- a/Makerules +++ b/Makerules @@ -1040,7 +1040,7 @@ check: tests .PHONY: xcheck xcheck: xtests -all-nonlib = $(strip $(tests) $(xtests) $(test-srcs) $(others)) +all-nonlib = $(strip $(tests) $(xtests) $(test-srcs) $(test-extras) $(others)) ifneq (,$(all-nonlib)) cpp-srcs-left = $(all-nonlib:=.c) lib := tests diff --git a/elf/Makefile b/elf/Makefile index ddc7a54..e452ecc 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -150,7 +150,8 @@ modules-vis-yes = vismod1 vismod2 vismod3 modules-nodelete-yes = nodelmod1 nodelmod2 nodelmod3 nodelmod4 modules-nodlopen-yes = nodlopenmod nodlopenmod2 extra-objs += $(addsuffix .os,$(strip $(modules-names))) -test-srcs += $(modules-names) +# We need this variable to be sure the test modules get the right CPPFLAGS. +test-extras += $(modules-names) include ../Rules -- 2.7.4