summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-03-15 09:52:03 +0000
committerRoland McGrath <roland@gnu.org>2002-03-15 09:52:03 +0000
commit97874c0ee14e2b482fab44bbeb0dd79fc48816e7 (patch)
treea40787b237e1a4a4978195ba0bd9a4a5575680fe
parent7c7a04eb378337a87a30d945aae6838d11b77dc3 (diff)
.
-rw-r--r--ChangeLog8
-rw-r--r--libstore/ChangeLog5
2 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96b7ad7a..30fe7a93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.