diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-09-03 14:37:11 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-09-03 14:37:11 +0000 |
commit | f90ad29303134316964b8c1f8d7d2f7e97ec296c (patch) | |
tree | c768ba5b96c4e1ab5e8d47f2978d86f4e55cd1d9 /ChangeLog | |
parent | ef50872f80936ae5cb0d31116631f2a232ba51d7 (diff) |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -4,6 +4,36 @@ Sun Sep 1 14:03:20 1996 Miles Bader <miles@gnu.ai.mit.edu> $(BUGADDR), and $(BUGADDR_REF) to the flags. (BUGADDR, BUGADDR_REF): New variables. * Makefile (lib-subdirs): Add libhurdbugaddr. + * libhurdbugaddr: New directory. + +Thu Aug 29 14:14:04 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * Makeconf [doinst == one] (install): Don't depend on + $(installationdir). + [doinst==one] ($(installationdir)/$(target)): Do depend on + $(installationdir). + [doinst == many] (install): Don't depend on $(installationdir). + $(addprefix $(installationdir)/,$(targets)): Depend on + $(installationdir). + [makemode == library] (install): Don't depend on $(libdir), + $(includedir), or $(includedir)/$(installhdrsubdir). + [makemode == library] ($(libdir)/$(libname.a)): Depend on + $(libdir). + [makemode == library] ($(libdir)/$(libname).so): Likewise. + [makemode == library] $(addprefix + $(includedir)/$(installhdrsubdir)/,$(installhdrs)): Depend on + $(includdir)/$(installhdrsubdir) + [makemode == library] $(includedir)/$(installhdrsubdir): Depend on + $(includedir). + [makemode == library] (install-headers): Don't depend on + $(includedir)/$(installhdrsubdir) or $(includedir). + + * INSTALL: Tell people to delete Mach's mach_init.h if it got + installed. + +Wed Aug 28 11:22:28 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * INSTALL: Say to use `no_deps=t' when installing headers. Tue Aug 13 17:54:53 1996 Miles Bader <miles@gnu.ai.mit.edu> |