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
|
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
|
||||||
|
|
|
@ -16,3 +16,5 @@
|
||||||
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
|
Reference in a new issue