diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-25 01:41:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-25 01:41:00 +0000 |
commit | 78537f7fd5fc243e4964fd5f4f9948e1a9093071 (patch) | |
tree | b6a985b4c0be05f3bf945163b0c5ef532cf9c858 | |
parent | f504521328d05d922b0f0752fa3c8382b969e34b (diff) |
.
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | libstore/ChangeLog | 7 |
2 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2001-08-24 Roland McGrath <roland@frob.com> + + * config.make.in (PARTED_LIBS): New variable, substituted by configure. + + * Makeconf ($(libname).so.$(hurd-version)): Replace $($@-LDFLAGS) + with $($(libname).so-LDFLAGS). + +2001-08-23 Roland McGrath <roland@frob.com> + + * Makeconf (CPPFLAGS); Add -D_IO_MTSAFE_IO. + 2001-08-20 Roland McGrath <roland@frob.com> * hurd.boot: Change --bootflags to --multiboot-command-line. diff --git a/libstore/ChangeLog b/libstore/ChangeLog index 86f23285..640ab0c4 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,3 +1,10 @@ +2001-08-24 Roland McGrath <roland@frob.com> + + * Makefile (SRCS): Add part.c here. + (OBJS): Mutate part.o -> parted.o here. + (parted.o, parted_p.o, parted_pic.o): New targets. + (LDFLAGS-libstore.so): Set to $(PARTED_LIBS). + 2001-08-12 Neal H Walfield <neal@cs.uml.edu> * copy.c (copy_read): The protocol dictates that *LEN is in |