source: BLFS/config@ 5a733a4

1.0 2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since 5a733a4 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
RevLine 
[5bb78f0]1#####
2#
[877cc6a]3# Configuration file for the blfs module
4#
5# $Id$
[5bb78f0]6#
7#####
[877cc6a]8declare -r FTP=ftp://ftp.linuxfromscratch.org/pub/blfs/conglomeration
[5bb78f0]9
[877cc6a]10#--- Book's sources directory
11# If you have previously checked out the book from the repository
12BOOK=
[5bb78f0]13
14#--- Book version
[877cc6a]15LFSVRS=development
[5bb78f0]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
[877cc6a]31 XSL=blfs.xsl
32MKFILE=$JHALFSDIR/Makefile
[5bb78f0]33
Note: See TracBrowser for help on using the repository browser.