Changeset 877cc6a for BLFS/config


Ignore:
Timestamp:
04/06/2006 07:35:22 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
a241c33
Parents:
a0ed344
Message:

Merged experimental branch to trunk.
Updated TODO.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • BLFS/config

    ra0ed344 r877cc6a  
    11#####
    22#
    3 # Configuration file for the jhablfs build script
     3# Configuration file for the blfs module
     4#
     5# $Id$
    46#
    57#####
     8declare -r FTP=ftp://ftp.linuxfromscratch.org/pub/blfs/conglomeration
    69
    7 declare -r SVN="svn://svn.linuxfromscratch.org"
    8 declare -r LOG=000-jhablfs.log
    9 
    10 #--- Working directories
    11 JHABLFSDIR=~/jhablfs
    12    LOGDIR=$JHABLFSDIR/logs
    13    MKFILE=$JHABLFSDIR/Makefile
     10#--- Book's sources directory
     11# If you have previously checked out the book from the repository
     12BOOK=
    1413
    1514#--- Book version
    16 BLFSVRS=development
     15LFSVRS=development
    1716
    1817#--- FTP/HTTP mirror used as fallback (full path)
     
    2625
    2726
    28 
    2927#==== INTERNAL VARIABLES ====
    3028# Don't edit it unless you know what you are doing
    3129
    3230#--- Default stylesheet
    33 XSL=dump-blfs-scripts.xsl
     31   XSL=blfs.xsl
     32MKFILE=$JHALFSDIR/Makefile
    3433
    35 #--- Files that will be copied to $JHABLFSDIR
    36 FILES="functions dump-blfs-scripts.xsl"
Note: See TracChangeset for help on using the changeset viewer.