source: jhalfs.conf@ b287536

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

Changed how the testsuites are handled and fixed the missing locales installation for chapter05 testsuites.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1#####
2#
3# Configuration file for the jhalfs build script
4#
5#####
6
7declare -r SVN="svn://svn.linuxfromscratch.org"
8declare -r FTP=ftp://ftp.linuxfromscratch.org/pub/lfs/conglomeration
9declare -r LOG=000-jhalfs.log
10
11#--- Mount point for the build
12BUILDDIR=/mnt/lfs
13
14#--- Download the source packages 0(no)/1(yes)
15HPKG=0
16
17#--- Run the makefile at the end 0(no)/1(yes)
18RUNMAKE=0
19
20#--- Run test suites [0-3]
21# 0 = none
22# 1 = only chapter06 Glibc, GCC and Binutils testsuites
23# 2 = all chapter06 testsuites
24# 3 = all chapter05 and chapter06 testsuites
25TEST=1
26
27#--- Run the stripping phases 0(no)/1(yes)
28STRIP=1
29
30#--- page definition for groff letter/A4
31PAGE=letter
32
33#--- set default timezone.
34TIMEZONE=Europe/London
35
36#--- install the optional vim-lang package 0(no)/1(yes)
37VIMLANG=1
38
39#--- Location of fstab file (if empty, a template is created)
40FSTAB=
41
42#--- Location of kernel config file (if the kernel is to be compiled)
43CONFIG=
44
45#--- Book's sources directory
46# Uncomment this variables if you have previously checked
47# out the book from the repository
48# BOOK=/path/to/book
49# WC=1
50
51
52#==== INTERNAL VARIABLES ====
53# Don't edit it unless you know what you are doing
54
55#--- Default stylesheet
56XSL=dump-lfs-scripts.xsl
57
58#--- Files that will be copied to $JHALFSDIR
59FILES="functions"
60
61#--- Working directories
62JHALFSDIR=$BUILDDIR/jhalfs
63 LOGDIR=$JHALFSDIR/logs
64 MKFILE=$JHALFSDIR/Makefile
65
66#--- Book version
67LFSVRS=development
Note: See TracBrowser for help on using the repository browser.