diff --git a/BLFS/TODO b/BLFS/TODO index 55530bb..d49ea2a 100644 --- a/BLFS/TODO +++ b/BLFS/TODO @@ -2,26 +2,26 @@ # # Project TODO list # -# $Id: +# $Id$ ##### -For now the code is able to do the first step for the new approach: to create -LFS-like books from BLFS sources, allowing to create linear build scrips and +For now the code is able to do the first step for the new approach: to create +LFS-like books from BLFS sources, allowing to create linear build scrips and Makefiles similars to the current ones for {C,H}LFS. What remains to do: -1. - To make the top-level blfs script functional. That script should to create +1. - To make the top-level blfs script functional. That script should to create the working directory (selected at command line) - a. Copy all BLFS/* files to it, - b. Fetch the BLFS sources (output directory selected at command line or - based on the book version), + a. Copy all BLFS/* files to it, + b. Fetch the BLFS sources (output directory selected at command line or + based on the book version), c. Run the packages.sh script. - + 2. - To develop the XSL code needed to create the build scripts. 3. - To develop the code to create the Makefile -4. - To find a way to track already installed packages by previous runs, to can +4. - To find a way to track already installed packages by previous runs, to can skip them when creating the book/scripts/Makefile for a new target. diff --git a/BLFS/func_makefile b/BLFS/func_makefile index 85e1b56..e9121d7 100644 --- a/BLFS/func_makefile +++ b/BLFS/func_makefile @@ -1,6 +1,6 @@ ##### # -# # -# $Id: +# +# $Id$ ##### diff --git a/BLFS/func_parser b/BLFS/func_parser index 537e50c..950c239 100644 --- a/BLFS/func_parser +++ b/BLFS/func_parser @@ -1,8 +1,9 @@ +#!/bin/bash ##### # # Parse the XML documents to create a 'package' book # -# $Id: +# $Id$ ##### @@ -20,7 +21,7 @@ generate_TARGET_xml() { # on success: nothing inline_doc - local + local echo -en "\tGenerating $TARGET-index.xml ..." #--------------------- @@ -95,7 +96,7 @@ generate_target_book() { # inline_doc local filename # output filename - + echo -en "\tGenerating the HTML book ..." xsltproc --xinclude --nonet --stringparam base.dir HTML/ \ --stringparam chunk.quietly 1 \ @@ -118,13 +119,13 @@ inline_doc #-------------------------# -create_build_scripts() { # +create_build_scripts() { # #-------------------------# : <