0.2
1.0
2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since e1093cd 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 |
|
---|
7 | declare -r SVN="svn://svn.linuxfromscratch.org"
|
---|
8 | declare -r HTTP=http://ftp.lfs-matrix.net/pub/lfs/lfs-packages/conglomeration
|
---|
9 | declare -r XSL=dump-lfs-scripts.xsl
|
---|
10 | declare -r FILES="functions jhalfs.conf"
|
---|
11 | declare -r LOG=000-jhalfs.log
|
---|
12 |
|
---|
13 | #--- Mount point for the build
|
---|
14 | BUILDDIR=/mnt/lfs
|
---|
15 |
|
---|
16 | #--- Working directories
|
---|
17 | JHALFSDIR=$BUILDDIR/jhalfs
|
---|
18 | LOGDIR=$JHALFSDIR/logs
|
---|
19 | MKFILE=$JHALFSDIR/Makefile
|
---|
20 |
|
---|
21 | #--- Download the source packages 0(no)/1(yes)
|
---|
22 | HPKG=0
|
---|
23 |
|
---|
24 | #--- Run the makefile at the end 0(no)/1(yes)
|
---|
25 | RUNMAKE=0
|
---|
26 |
|
---|
27 | #--- Run test suites 0(no)/1(yes)
|
---|
28 | TEST=0
|
---|
29 |
|
---|
30 | #--- Run the toolchain tests 0(no)/1(yes)
|
---|
31 | TOOLCHAINTEST=1
|
---|
32 |
|
---|
33 | #--- page definition for groff letter/A4
|
---|
34 | PAGE=letter
|
---|
35 |
|
---|
36 | #--- set default timezone.
|
---|
37 | TIMEZONE=Europe/London
|
---|
38 |
|
---|
39 | #--- Location of kernel config file (if the kernel is to be compiled)
|
---|
40 | CONFIG=
|
---|
41 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.