diff options
author | Roland McGrath <roland@gnu.org> | 2002-03-15 09:52:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-03-15 09:52:03 +0000 |
commit | 97874c0ee14e2b482fab44bbeb0dd79fc48816e7 (patch) | |
tree | a40787b237e1a4a4978195ba0bd9a4a5575680fe | |
parent | 7c7a04eb378337a87a30d945aae6838d11b77dc3 (diff) | |
download | hurd-97874c0ee14e2b482fab44bbeb0dd79fc48816e7.tar.gz hurd-97874c0ee14e2b482fab44bbeb0dd79fc48816e7.tar.bz2 hurd-97874c0ee14e2b482fab44bbeb0dd79fc48816e7.zip |
.
-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. |