mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-03 13:22:05 +03:00
Update.
* io/Makefile: Rewrite rules to avoid running ftwtest unless necessary.
This commit is contained in:
parent
9ff9add9a5
commit
e0ea35a3f7
@ -6,6 +6,8 @@
|
|||||||
* io/Makefile (tests): Add tst-getcwd.
|
* io/Makefile (tests): Add tst-getcwd.
|
||||||
* io/tst-getcwd.c: New file.
|
* io/tst-getcwd.c: New file.
|
||||||
|
|
||||||
|
* io/Makefile: Rewrite rules to avoid running ftwtest unless necessary.
|
||||||
|
|
||||||
2000-07-15 Jakub Jelinek <jakub@redhat.com>
|
2000-07-15 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* gconv_open (__gconv_open): Initialize whole __gconv_trans_data
|
* gconv_open (__gconv_open): Initialize whole __gconv_trans_data
|
||||||
|
@ -66,6 +66,8 @@ CFLAGS-test-stat.c = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
|
|||||||
CFLAGS-test-lfs.c = -D_LARGEFILE64_SOURCE
|
CFLAGS-test-lfs.c = -D_LARGEFILE64_SOURCE
|
||||||
|
|
||||||
ifeq ($(cross-compiling),no)
|
ifeq ($(cross-compiling),no)
|
||||||
tests: $(objpfx)ftwtest
|
tests: $(objpfx)ftwtest.out
|
||||||
$(SHELL) -e ftwtest-sh $(common-objpfx) $(<D)/$(<F)
|
|
||||||
|
$(objpfx)ftwtest.out: $(objpfx)ftwtest
|
||||||
|
$(SHELL) -e ftwtest-sh $(common-objpfx) $(<D)/$(<F) > $@
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user