diff options
-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 |