On Monday 10 October 2011, Paolo Bonzini wrote:
> On 10/10/2011 02:32 PM, Stefano Lattarini wrote:
> > * tests/Makefile.am (TESTS_ENVIRONMENT): Remove redundant use of
> > `export'.
> > ---
> > tests/Makefile.am | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
>
> Why redundant?
>
Because all the definitions in TESTS_ENVIRONMENT are already being
exported:
TESTS_ENVIRONMENT = \
tmp__=$$TMPDIR; test -d "$$tmp__" || tmp__=.; \
TMPDIR=$$tmp__; export TMPDIR; \
export \
VERSION='$(VERSION)' \
... \
MAKE=$(MAKE) \
MALLOC_PERTURB_=$(MALLOC_PERTURB_) ...
Regards,
Stefano