source: jhalfs.conf@ e55d264

1.0 2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since e55d264 was e55d264, checked in by Jeremy Huntwork <jhuntwork@…>, 19 years ago

Fix lfs-matrix URL

  • Property mode set to 100644
File size: 893 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/conglomeration
9declare -r XSL=dump-lfs-scripts.xsl
10declare -r LOG=000-jhalfs.log
11
12#--- Files that will be copied to $JHALFSDIR
13FILES="functions dump-lfs-scripts.xsl"
14
15#--- Mount point for the build
16BUILDDIR=/mnt/lfs
17
18#--- Working directories
19JHALFSDIR=$BUILDDIR/jhalfs
20 LOGDIR=$JHALFSDIR/logs
21 MKFILE=$JHALFSDIR/Makefile
22
23#--- Download the source packages 0(no)/1(yes)
24HPKG=0
25
26#--- Run the makefile at the end 0(no)/1(yes)
27RUNMAKE=0
28
29#--- Run test suites 0(no)/1(yes)
30TEST=0
31
32#--- Run the toolchain tests 0(no)/1(yes)
33TOOLCHAINTEST=1
34
35#--- page definition for groff letter/A4
36PAGE=letter
37
38#--- set default timezone.
39TIMEZONE=Europe/London
40
41#--- Location of kernel config file (if the kernel is to be compiled)
42CONFIG=
43
Note: See TracBrowser for help on using the repository browser.