1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
2000-07-22  Ulrich Drepper  <drepper@redhat.com>

	* grp/Makefile: Change Makefiles and tests to run only when necessary.
	* malloc/Makefile: Likewise.
	* malloc/tst-mtrace.sh: Likewise.
	* posix/Makefile: Likewise.
	* posix/globtest.sh: Likewise.
	* posix/wordexp-tst.sh: Likewise.
	* string/Makefile: Likewise.
This commit is contained in:
Ulrich Drepper
2000-07-23 01:23:29 +00:00
parent 5df3a37300
commit 3f36c56313
8 changed files with 290 additions and 62 deletions

View File

@ -62,5 +62,7 @@ CFLAGS-test-ffs.c = -fno-builtin
ifeq ($(cross-compiling),no)
tests: $(objpfx)tst-svc.out
cmp tst-svc.expect $(objpfx)tst-svc.out
$(objpfx)tst-svc.out: $(objpfx)tst-svc
$(built-program-cmd) $< > $@
-cmp tst-svc.expect $(objpfx)tst-svc.out
endif