diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-04-20 20:36:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-04-20 20:36:26 +0000 |
commit | c238ecf7095c0df636011c10cd19e9ebc8d6225b (patch) | |
tree | d4c68c987b115bf9d3a0409df06b69f7ac1566ac /MakeTAGS | |
parent | cbba1b889900b8a15252d25600631d5e5cf59188 (diff) | |
download | glibc-c238ecf7095c0df636011c10cd19e9ebc8d6225b.tar glibc-c238ecf7095c0df636011c10cd19e9ebc8d6225b.tar.gz glibc-c238ecf7095c0df636011c10cd19e9ebc8d6225b.tar.bz2 glibc-c238ecf7095c0df636011c10cd19e9ebc8d6225b.zip |
Update.
2002-04-20 Ulrich Drepper <drepper@redhat.com>
* Makefile: Add handling of xtests and xcheck targets.
* MakeTAGS: Likewise.
* Makeconfig: Likewise.
* Makerules: Likewise.
* Rules: Likewise.
* sunrpc/Makefile (xtests): Add thrsvc if thread library available.
* sunrpc/thrsvc.c: New file. By Zack Weinberg.
Diffstat (limited to 'MakeTAGS')
-rw-r--r-- | MakeTAGS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -88,7 +88,8 @@ sources += $(foreach lib,$(extra-libs),$($(lib)-routines:=.c)) # sysdep directories, so don't bother searching them. sysdep-sources := $(filter-out $(wildcard $(sources)), $(sources)) all-sources = $(wildcard $(sort $(sources) $(sources:.c=.S) $(sources:.c=.s) \ - $(others:=.c) $(tests:=.c) $(test-srcs:=.c))) \ + $(others:=.c) $(tests:=.c) $(xtests:=.c) \ + $(test-srcs:=.c))) \ $(foreach dir,$(all-dirs),\ $(wildcard \ $(addprefix $(dir)/,\ |