source: BLFS/TODO@ 7948a1e

experimental
Last change on this file since 7948a1e was cace19a4, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Fixed ID anchors

  • Property mode set to 100644
File size: 870 bytes
Line 
1#####
2#
3# Project TODO list
4#
5# $Id$
6#####
7
8For now the code is able to do the first step for the new approach: to create
9LFS-like books from BLFS sources, allowing to create linear build scrips and
10Makefiles similars to the current ones for {C,H}LFS.
11
12What remains to do:
13
141. - To make the top-level blfs script functional. That script should to create
15 the working directory (selected at command line)
16 a. Copy all BLFS/* files to it,
17 b. Fetch the BLFS sources (output directory selected at command line or
18 based on the book version),
19 c. Run the packages.sh script.
20
212. - To develop the XSL code needed to create the build scripts.
22
233. - To develop the code to create the Makefile
24
254. - To find a way to track already installed packages by previous runs, to can
26 skip them when creating the book/scripts/Makefile for a new target.
27
Note: See TracBrowser for help on using the repository browser.