about summary refs log tree commit diff
path: root/MakeTAGS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-04-20 20:36:26 +0000
committerUlrich Drepper <drepper@redhat.com>2002-04-20 20:36:26 +0000
commitc238ecf7095c0df636011c10cd19e9ebc8d6225b (patch)
treed4c68c987b115bf9d3a0409df06b69f7ac1566ac /MakeTAGS
parentcbba1b889900b8a15252d25600631d5e5cf59188 (diff)
downloadglibc-c238ecf7095c0df636011c10cd19e9ebc8d6225b.tar.gz
glibc-c238ecf7095c0df636011c10cd19e9ebc8d6225b.tar.xz
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--MakeTAGS3
1 files changed, 2 insertions, 1 deletions
diff --git a/MakeTAGS b/MakeTAGS
index 617b0c3788..8e7781a192 100644
--- a/MakeTAGS
+++ b/MakeTAGS
@@ -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)/,\