diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | libstore/ChangeLog | 5 |
2 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2002-03-15 Roland McGrath <roland@frob.com> + + * configure.in: Remove the checks for libparted. + Instead, check just for a static -lstore_part library and do + that only if no --enable-boot-store-types option was given. + + * configure.in (boot_store_types): Add remap to the default list. + 2002-03-11 Roland McGrath <roland@frob.com> * Makeconf ($(libname).so.$(hurd-version)): diff --git a/libstore/ChangeLog b/libstore/ChangeLog index 569c30f5..e1004674 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,3 +1,8 @@ +2002-03-15 Roland McGrath <roland@frob.com> + + * Makefile (OBJS): Remove hack for part.o. + (parted.o parted_p.o parted_pic.o): Targets removed. + 2002-03-14 Roland McGrath <roland@frob.com> * Makefile (cleantarg): Append $(store-types:%=libstore_%.a) here. |