about summary refs log tree commit diff
path: root/MakeTAGS
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-05-29 17:50:37 +0000
committerRoland McGrath <roland@gnu.org>1996-05-29 17:50:37 +0000
commitc3352e623384fe221743a6d2212c17d9619041ef (patch)
tree9234354f588a1d7d29ce5536fd5db0e2385f2f07 /MakeTAGS
parent8d6108c3dbcaf1c1c7549cd3fc9674d2d32c1a2e (diff)
downloadglibc-c3352e623384fe221743a6d2212c17d9619041ef.tar.gz
glibc-c3352e623384fe221743a6d2212c17d9619041ef.tar.xz
glibc-c3352e623384fe221743a6d2212c17d9619041ef.zip
Wed May 29 12:53:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> cvs/libc-960530
	* version.h (VERSION): Set to 1.90.

	* Makerules (distinfo-vars): Write extra-libs and *-routines for each
	of its elts.
	* MakeTAGS (sources): Add those sources.

	* MakeTAGS (all-sources): Add $(others:=.c) and $(tests:=.c).

Wed May 29 08:53:08 1996  Miles Bader  <miles@gnu.ai.mit.edu>

	* hurd/report-wait.c (_S_msg_report_wait): Return `itimer' for the
	itimer thread.

	* hurd/hurdinit.c (_hurd_init): Set _HURDSIG_TRACED before calling
	_hurd_proc_init.

	* string/tester.c (main): Fix strsep tests 6, 7, 20 to expect null
 	token instead of it being implicitly skipped.
Diffstat (limited to 'MakeTAGS')
-rw-r--r--MakeTAGS6
1 files changed, 4 insertions, 2 deletions
diff --git a/MakeTAGS b/MakeTAGS
index 3915fd36c2..7e95c266e1 100644
--- a/MakeTAGS
+++ b/MakeTAGS
@@ -77,10 +77,12 @@ sources += $(filter %.c %.s %.S,$(all-dist))
 headers += $(filter %.h,$(all-dist))
 all-dist := $(filter-out %.h %.c %.s %.S,$(all-dist))
 
+sources += $(foreach lib,$(extra-libs),$($(lib)-routines:=.c))
+
 # All different versions of $(sources), preserving the configured sysdep
 # directory order.
-all-sources = $(wildcard $(sort $(sources) $(sources:.c=.S) \
-				$(sources:.c=.s))) \
+all-sources = $(wildcard $(sort $(sources) $(sources:.c=.S) $(sources:.c=.s) \
+				$(others:=.c) $(tests:=.c))) \
 	      $(foreach dir,$(all-dirs),\
 			$(wildcard \
 			   $(addprefix $(dir)/,\