Added problem to BLFS TODO list

This commit is contained in:
George Boudreau 2007-07-06 01:50:14 +00:00
parent 52b0d10f27
commit 5120fdc624
2 changed files with 5 additions and 3 deletions

View file

@ -11,10 +11,10 @@ CONFIG = menu
all: menuconfig all: menuconfig
$(CONFIG)/conf: $(CONFIG)/conf:
$(MAKE) -B -C $(CONFIG) conf $(MAKE) -C $(CONFIG) conf
$(CONFIG)/mconf: $(CONFIG)/mconf:
$(MAKE) -B -C $(CONFIG) ncurses conf mconf $(MAKE) -C $(CONFIG) ncurses conf mconf
menuconfig: $(CONFIG)/mconf menuconfig: $(CONFIG)/mconf
@./update_book.sh none @./update_book.sh none

View file

@ -15,4 +15,6 @@
This is an on-going and never-end task due that, ideally, each commit to This is an on-going and never-end task due that, ideally, each commit to
the BLFS book should be revised and validated, but our time is limited. the BLFS book should be revised and validated, but our time is limited.
-- Bugs hunting. -- Bugs hunting.
-- Resolve a circular dependency with apache-ant/jdk