source: common/config@ 0a7e5d0

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

Setting locale variables to the ones used on the host system by default.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1#####
2#
3# common configuration file
4#
5# $Id$
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
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=America/Toronto
35
36#--- install the optional vim-lang package 0(no)/1(yes)
37VIMLANG=0
38
39#--- Language information, /etc/profile see <locale -a> for values
40LC_ALL=$LC_ALL
41LANG=$LANG
42
43#--- Include the keymap in the kernel if defined
44KEYMAP=/usr/share/kbd/keymaps/i386/qwerty/us.map.gz
45
46#=== Variables needed by ICA ===
47#--- Run ICA testing 0/1 0(no)/1(yes)
48RUN_ICA=0
49
50#--- The number of final stage builds to create and compare
51ITERATIONS=
52
53#--- ICA report log directory
54ICALOGDIR=$JHALFSDIR/logs/ICA
55
56#==== INTERNAL VARIABLES ====
57# Don't edit it unless you know what you are doing
58
59#--- Working directories
60JHALFSDIR=$BUILDDIR/jhalfs
61 LOGDIR=$JHALFSDIR/logs
Note: See TracBrowser for help on using the repository browser.