aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--TODO3
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a198af27b..7fe98c4bb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-BASEDIR=~/belfs-book
+BASEDIR=~/lfs-book
lfs:
xsltproc --xinclude --nonet -stringparam base.dir $(BASEDIR)/ \
diff --git a/TODO b/TODO
index 1ac44fb42..6908a990e 100644
--- a/TODO
+++ b/TODO
@@ -7,3 +7,6 @@
- POSIX compliance patches (aka, removing the coreutils hack).
- Upgraded to a glibc that supports POSIX message queues.
- Pass --enable-const to ncurses.
+ - Readline in Ch.6, and add uses of it. For example, Bash accepts the
+ --with-external-readline (or something like that) argument, and E2fsprogs
+ can be more "interactive" when compiled w/ a patch against it.