From c3352e623384fe221743a6d2212c17d9619041ef Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 29 May 1996 17:50:37 +0000 Subject: Wed May 29 12:53:10 1996 Roland McGrath * 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 * 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. --- Makerules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 15a0b0e7af..6c35fe5e2b 100644 --- a/Makerules +++ b/Makerules @@ -794,9 +794,10 @@ distinfo: Makefile $(..)Makerules define distinfo-vars rm -f $@.new $(foreach var,subdir subdir-dirs sources elided-routines headers distribute \ - dont_distribute generated others tests, + dont_distribute generated others tests \ + extra-libs $(extra-libs:%=%-routines), echo >> $@.new '$(var) := $($(var))') -echo >> $@.new 'sources := $$(sources) $$(addsuffix .c,$$(elided-routines))' +echo >> $@.new 'sources += $$(addsuffix .c,$$(elided-routines))' endef ifneq (,$(strip $(gpl2lgpl))) -- cgit 1.4.1