Updated TODO ans small fixes.

This commit is contained in:
Manuel Canales Esparcia 2006-08-29 18:32:36 +00:00
parent 4965fa8396
commit fff106181b
3 changed files with 13 additions and 14 deletions

21
TODO
View file

@ -5,20 +5,19 @@
MASTER SCRIPT MASTER SCRIPT
------------- -------------
- The BLFS module should be called in conjunction with any of - Nothing to be done at code level, for now.
LFS, CLFS or HLFS modules.
Before working on that we need to fix the BLFS support. - Update README to reflect the new work-flow.
LFS MODULE (Applicable also to CLFS and HLFS modules) xLFS MODULES
---------- ------------
- To add a switch to build the BLFS module dependencies at the end of - Rework Makefile creation to build the system more "by the book".
the LFS build, that is, wget and sudo. SVN and libxslt aren't needed Work in progress
at this stage due that the BLFS book could be downloaded and parser
at the same time that the LFS book. Plus links or lynx to read the - To create Makefile entries to build blfs-tool dependencies.
(to be) generated BLFS HTML pages and, maybe, gpm. Waiting the Makefile rework.
Before working on that we need to fix the BLFS support.
- To add support for copying to the final system pre-generated - To add support for copying to the final system pre-generated
configuration files created by the user. configuration files created by the user.

View file

@ -44,7 +44,7 @@ simple_error() { # Basic error trap.... JUST DIE
} }
see_ya() { see_ya() {
echo -e "\n${L_arrow}${BOLD}jhalfs-X${R_arrow} exit${OFF}\n" echo -e "\n${L_arrow}${BOLD}jhalfs-trunk${R_arrow} exit${OFF}\n"
} }
##### Simple error TRAPS ##### Simple error TRAPS
# ctrl-c SIGINT # ctrl-c SIGINT

4
jhalfs
View file

@ -42,7 +42,7 @@ simple_error() { # Basic error trap.... JUST DIE
} }
see_ya() { see_ya() {
echo -e "\n${L_arrow}${BOLD}jhalfs-X${R_arrow} exit${OFF}\n" echo -e "\n${L_arrow}${BOLD}jhalfs-trunk${R_arrow} exit${OFF}\n"
} }
##### Simple error TRAPS ##### Simple error TRAPS
# ctrl-c SIGINT # ctrl-c SIGINT
@ -62,7 +62,7 @@ trap 'echo -e "\n\n${RED}INTERRUPT${OFF} trapped\n" && exit 2' 1 2 3 15 17 18
#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> #>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
version=" version="
${BOLD} \"jhalfs-X\"${OFF} builder tool (experimental) \$Rev$ ${BOLD} \"jhalfs-X\"${OFF} builder tool (development) \$Rev$
\$Date$ \$Date$
Written by George Boudreau and Manuel Canales Esparcia, Written by George Boudreau and Manuel Canales Esparcia,