source: jhablfs.conf@ cc70230

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

Some textual changes.

  • Property mode set to 100644
File size: 734 bytes
Line 
1#####
2#
3# Configuration file for the jhablfs build script
4#
5#####
6
7declare -r SVN="svn://svn.linuxfromscratch.org"
8declare -r LOG=000-jhablfs.log
9
10#--- Working directories
11JHABLFSDIR=~/jhablfs
12 LOGDIR=$JHABLFSDIR/logs
13 MKFILE=$JHABLFSDIR/Makefile
14
15#--- Book version
16BLFSVRS=development
17
18#--- FTP/HTTP mirror used as fallback (full path)
19SERVER=ftp://anduin.linuxfromscratch.org/BLFS/conglomeration
20
21#--- Dependencies 0(required)/1(recommended)/2(optional)
22DEPEND=1
23
24#--- Run test suites 0(no)/1(yes)
25TEST=0
26
27
28
29#==== INTERNAL VARIABLES ====
30# Don't edit it unless you know what you are doing
31
32#--- Default stylesheet
33XSL=dump-blfs-scripts.xsl
34
35#--- Files that will be copied to $JHABLFSDIR
36FILES="functions dump-blfs-scripts.xsl"
Note: See TracBrowser for help on using the repository browser.