1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

($(objpfx)tst-svc.out): Fix rule to read from input from stdin and setup environment.

This commit is contained in:
Andreas Jaeger
2000-07-24 13:40:03 +00:00
parent 9a18638a3a
commit be608049f2

View File

@@ -62,7 +62,8 @@ CFLAGS-test-ffs.c = -fno-builtin
ifeq ($(cross-compiling),no) ifeq ($(cross-compiling),no)
tests: $(objpfx)tst-svc.out tests: $(objpfx)tst-svc.out
$(objpfx)tst-svc.out: $(objpfx)tst-svc $(objpfx)tst-svc.out: tst-svc.input $(objpfx)tst-svc
$(built-program-cmd) $< > $@ GCONV_PATH=$(common-objpfx)iconvdata LC_ALL=C \
$(built-program-cmd) < $(word 1,$^) > $@
-cmp tst-svc.expect $(objpfx)tst-svc.out -cmp tst-svc.expect $(objpfx)tst-svc.out
endif endif