Added problem to BLFS TODO list
This commit is contained in:
parent
52b0d10f27
commit
5120fdc624
2 changed files with 5 additions and 3 deletions
|
@ -11,10 +11,10 @@ CONFIG = menu
|
|||
all: menuconfig
|
||||
|
||||
$(CONFIG)/conf:
|
||||
$(MAKE) -B -C $(CONFIG) conf
|
||||
$(MAKE) -C $(CONFIG) conf
|
||||
|
||||
$(CONFIG)/mconf:
|
||||
$(MAKE) -B -C $(CONFIG) ncurses conf mconf
|
||||
$(MAKE) -C $(CONFIG) ncurses conf mconf
|
||||
|
||||
menuconfig: $(CONFIG)/mconf
|
||||
@./update_book.sh none
|
||||
|
|
|
@ -15,4 +15,6 @@
|
|||
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.
|
||||
|
||||
-- Bugs hunting.
|
||||
-- Bugs hunting.
|
||||
|
||||
-- Resolve a circular dependency with apache-ant/jdk
|
Reference in a new issue