source: BLFS/config@ a7db907

1.0 2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since a7db907 was 877cc6a, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Merged experimental branch to trunk.
Updated TODO.

  • Property mode set to 100644
File size: 651 bytes
Line 
1#####
2#
3# Configuration file for the blfs module
4#
5# $Id$
6#
7#####
8declare -r FTP=ftp://ftp.linuxfromscratch.org/pub/blfs/conglomeration
9
10#--- Book's sources directory
11# If you have previously checked out the book from the repository
12BOOK=
13
14#--- Book version
15LFSVRS=development
16
17#--- FTP/HTTP mirror used as fallback (full path)
18SERVER=ftp://anduin.linuxfromscratch.org/BLFS/conglomeration
19
20#--- Dependencies 0(required)/1(recommended)/2(optional)
21DEPEND=1
22
23#--- Run test suites 0(no)/1(yes)
24TEST=0
25
26
27#==== INTERNAL VARIABLES ====
28# Don't edit it unless you know what you are doing
29
30#--- Default stylesheet
31 XSL=blfs.xsl
32MKFILE=$JHALFSDIR/Makefile
33
Note: See TracBrowser for help on using the repository browser.