Merge last changes to trunk

This commit is contained in:
Pierre Labastie 2013-10-29 16:59:40 +00:00
parent 6216d18cee
commit 04ba33625a
2 changed files with 6 additions and 4 deletions

View file

@ -3,7 +3,7 @@
# Additional changes: George Boudreau <georgeb@linuxfromscratch.org> # Additional changes: George Boudreau <georgeb@linuxfromscratch.org>
# Pierre Labastie <pierre.labastie at neuf.fr> # Pierre Labastie <pierre.labastie at neuf.fr>
# $Id: Makefile 36 2012-02-22 13:01:46Z labastie $ # $Id$
ifdef V ifdef V
Q = Q =

8
TODO
View file

@ -11,8 +11,10 @@ MASTER SCRIPT
xLFS MODULES xLFS MODULES
------------ ------------
- To develop a new "restart" Makefile target code to can resume an stopped build - To develop a new "restart" Makefile target code to allow resuming
after a host reboot, if possible. a stopped build after a host reboot, if possible.
- Eliminate the use of and the need for the LFS variable for "devices",
"chroot" and "teardown" targets
BLFS MODULE (See BLFS/TODO) BLFS MODULE (See BLFS/TODO)
@ -22,4 +24,4 @@ BLFS MODULE (See BLFS/TODO)
OTHERS OTHERS
------ ------
- Bugs haunting and code clean-up. - Bugs hunting and code clean-up.