source: BLFS/config@ 1917cad

experimental
Last change on this file since 1917cad was 12a5707, checked in by George Boudreau <georgeb@…>, 18 years ago

Adjusting scripts to new structure. Added jhalfs trunk changes. Will now create a lfs makefile.

  • Property mode set to 100644
File size: 656 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/blfs-Makefile
33
Note: See TracBrowser for help on using the repository browser.