source: common/config@ d540567

experimental
Last change on this file since d540567 was d540567, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Handled and via XSL.
Fixed the chapter05 GCC installation test run.
Fixed blfs-bootscripts installation.
The build_Makefile code need be adapted to that new XSL code.

  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[0170229]1#####
2#
[0a7e5d0]3# common configuration file
[0170229]4#
[12a5707]5# $Id$
[0170229]6#####
7
8declare -r SVN="svn://svn.linuxfromscratch.org"
9declare -r LOG=000-masterscript.log
10
11#--- Mount point for the build
12BUILDDIR=/mnt/SourceFiles
13
[e1edff3]14#--- The local repository for packages/file
[a346167]15# Any downloaded files will be archived here
[e2860d3]16SRC_ARCHIVE=
[e1edff3]17
[0170229]18#--- Download the source packages 0(no)/1(yes)
19HPKG=0
20
21#--- Run the makefile at the end 0(no)/1(yes)
22RUNMAKE=0
23
[12a5707]24#--- Run test suites [0-3]
25# 0 = none
26# 1 = only chapter06 Glibc, GCC and Binutils testsuites
27# 2 = all chapter06 testsuites
28# 3 = all chapter05 and chapter06 testsuites
[d540567]29TEST=1
[0170229]30
31#--- Run the stripping phases 0(no)/1(yes)
[d540567]32STRIP=1
[0170229]33
34#--- page definition for groff letter/A4
35PAGE=letter
36
37#--- set default timezone.
38TIMEZONE=America/Toronto
39
40#--- install the optional vim-lang package 0(no)/1(yes)
[0ebdc33]41VIMLANG=1
[0170229]42
43#--- Language information, /etc/profile see <locale -a> for values
[0a7e5d0]44LC_ALL=$LC_ALL
45LANG=$LANG
[0170229]46
[d540567]47#--- Include the keymap in the kernel if defined. Path to the
48# keymap file relative to /usr/share/kbd/keymaps/
49# (e.g., i386/qwerty/us.map.gz) or "none"
50KEYMAP=none
[0170229]51
[12a5707]52#=== Variables needed by ICA ===
53#--- Run ICA testing 0/1 0(no)/1(yes)
54RUN_ICA=0
55
56#--- The number of final stage builds to create and compare
57ITERATIONS=
58
59#--- ICA report log directory
60ICALOGDIR=$JHALFSDIR/logs/ICA
61
[0170229]62#==== INTERNAL VARIABLES ====
63# Don't edit it unless you know what you are doing
64
65#--- Working directories
66JHALFSDIR=$BUILDDIR/jhalfs
67 LOGDIR=$JHALFSDIR/logs
Note: See TracBrowser for help on using the repository browser.