From 861fc38dcf092f40bd30f1073be408950cd40475 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Tue, 8 Oct 1996 16:19:05 +0000 Subject: Fri Oct 4 17:52:54 1996 Thomas Bushnell, n/BSG * Makeconf ($(..)$(dir).d): Always include libhurdbugaddr in the list for non-libraries. --- ChangeLog | 5 +++++ Makeconf | 6 +++++- TODO | 3 +++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7c292d54..db53f057 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 4 17:52:54 1996 Thomas Bushnell, n/BSG + + * Makeconf ($(..)$(dir).d): Always include libhurdbugaddr in the + list for non-libraries. + Thu Sep 26 15:43:18 1996 Miles Bader * Makeconf (%: %.sh): New rule. diff --git a/Makeconf b/Makeconf index 709a5b18..42fca7b3 100644 --- a/Makeconf +++ b/Makeconf @@ -240,10 +240,14 @@ $(libname).so: $(patsubst %.o,%_pic.o,$(OBJS)) $(library_deps) endif # Providing directory dependencies +ifneq ($(makemode),library) +hurd-bug-addr-dir-dep = libhurdbugaddr +endif + directory-depend: $(..)$(dir).d $(..)$(dir).d: $(srcdir)/Makefile rm -f $@ - echo $(dir): $(addprefix lib,$(HURDLIBS)) > $@ + echo $(dir): $(hurd-bug-addr-dir-dep) $(addprefix lib,$(HURDLIBS)) > $@ # Making a snapshot distfiles = Makefile ChangeLog $(SRCS) $(LCLHDRS) $(DIST_FILES) diff --git a/TODO b/TODO index f5e60ad4..3c96cb31 100644 --- a/TODO +++ b/TODO @@ -26,6 +26,7 @@ See `tasks', the exported task list. ** general: *** Enable compilation without -O *** figure out why uname -v string has `/ELF' appended. +*** expunge special cthreads malloc finally. ** libmom work: *** Hack interface definitions so that args are mom-ish @@ -142,6 +143,7 @@ See `tasks', the exported task list. *** Diagnose why shutdown doesn't close TCP channels properly or reliably. *** select for read on a UDP socket seems never to return. *** Undefined functions at the end of pfinet/io-ops.c. +*** TCP connections to self return ENETUNREACH. ** nfs *** Implement async I/O @@ -255,6 +257,7 @@ See `tasks', the exported task list. List for version 0.2 binary release +* Install patch from hag for disk device in mach * Try and get new mach4 from Shantanu. * pfinet needs to support no-network operation * Have term do scancodes, at least kludgily. -- cgit v1.2.3