source: jhalfs.conf@ 49aea5e

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

Reorganized the script.
Added jhalfs.conf to have more control over the configuration.
Many thanks to George B.

  • Property mode set to 100644
File size: 862 bytes
Line 
1#####
2#
3# Configuration file for the jhalfs build script
4#
5#####
6
7declare -r SVN="svn://svn.linuxfromscratch.org"
8declare -r HTTP=http://ftp.lfs-matrix.net/pub/lfs/lfs-packages/conglomeration
9declare -r XSL=dump-lfs-scripts.xsl
10declare -r FILES="functions jhalfs.conf"
11declare -r LOG=000-jhalfs.log
12
13#--- Mount point for the build
14BUILDDIR=/mnt/lfs
15
16#--- Working directories
17JHALFSDIR=$BUILDDIR/jhalfs
18 LOGDIR=$JHALFSDIR/logs
19 MKFILE=$JHALFSDIR/Makefile
20
21#--- Download the source packages 0(no)/1(yes)
22HPKG=0
23
24#--- Run the makefile at the end 0(no)/1(yes)
25RUNMAKE=0
26
27#--- Run test suites 0(no)/1(yes)
28TEST=0
29
30#--- Run the toolchain tests 0(no)/1(yes)
31TOOLCHAINTEST=1
32
33#--- page definition for groff letter/A4
34PAGE=letter
35
36#--- set default timezone.
37TIMEZONE=Europe/London
38
39#--- Location of kernel config file (if the kernel is to be compiled)
40CONFIG=
41
Note: See TracBrowser for help on using the repository browser.