mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
(%.out): Define GCONV_PATH in the environment.
This commit is contained in:
parent
b62990918e
commit
a21cd9d193
2
Rules
2
Rules
@ -119,8 +119,10 @@ ifneq "$(strip $(tests) $(test-srcs))" ""
|
||||
# These are the implicit rules for making test outputs
|
||||
# from the test programs and whatever input files are present.
|
||||
$(objpfx)%.out: %.input $(objpfx)%
|
||||
GCONV_PATH=$(common-objpfx)iconvdata \
|
||||
$($*-ENV) $(built-program-cmd) $($*-ARGS) < $(word 1,$^) > $@
|
||||
$(objpfx)%.out: /dev/null $(objpfx)% # Make it 2nd arg for canned sequence.
|
||||
GCONV_PATH=$(common-objpfx)iconvdata \
|
||||
$($*-ENV) $(built-program-cmd) $($*-ARGS) > $@
|
||||
endif # tests
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user