source: jhalfs.conf@ 31d6944

1.0 2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since 31d6944 was 31d6944, checked in by Manuel Canales Esparcia <manuel@…>, 19 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
RevLine 
[49aea5e]1#####
2#
3# Configuration file for the jhalfs build script
4#
5#####
6
7declare -r SVN="svn://svn.linuxfromscratch.org"
[b701a0f]8declare -r FTP=ftp://ftp.linuxfromscratch.org/pub/lfs/conglomeration
[49aea5e]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
[31d6944]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
[49aea5e]26
[70a223e]27#--- Run the stripping phases 0(no)/1(yes)
28STRIP=1
29
[49aea5e]30#--- page definition for groff letter/A4
31PAGE=letter
32
33#--- set default timezone.
34TIMEZONE=Europe/London
35
[db181c47]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
[49aea5e]42#--- Location of kernel config file (if the kernel is to be compiled)
43CONFIG=
44
[2082b3d]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
[db181c47]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
[2082b3d]65
[db181c47]66#--- Book version
67LFSVRS=development
Note: See TracBrowser for help on using the repository browser.