0.2
1.0
2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since a0e25ce was 569fdb6, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago |
Added installation Makefile.
|
-
Property mode
set to
100644
|
File size:
906 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 LOG=000-jhalfs.log
|
---|
11 |
|
---|
12 | #--- Files that will be copied to $JHALFSDIR
|
---|
13 | FILES="functions dump-lfs-scripts.xsl"
|
---|
14 |
|
---|
15 | #--- Mount point for the build
|
---|
16 | BUILDDIR=/mnt/lfs
|
---|
17 |
|
---|
18 | #--- Working directories
|
---|
19 | JHALFSDIR=$BUILDDIR/jhalfs
|
---|
20 | LOGDIR=$JHALFSDIR/logs
|
---|
21 | MKFILE=$JHALFSDIR/Makefile
|
---|
22 |
|
---|
23 | #--- Download the source packages 0(no)/1(yes)
|
---|
24 | HPKG=0
|
---|
25 |
|
---|
26 | #--- Run the makefile at the end 0(no)/1(yes)
|
---|
27 | RUNMAKE=0
|
---|
28 |
|
---|
29 | #--- Run test suites 0(no)/1(yes)
|
---|
30 | TEST=0
|
---|
31 |
|
---|
32 | #--- Run the toolchain tests 0(no)/1(yes)
|
---|
33 | TOOLCHAINTEST=1
|
---|
34 |
|
---|
35 | #--- page definition for groff letter/A4
|
---|
36 | PAGE=letter
|
---|
37 |
|
---|
38 | #--- set default timezone.
|
---|
39 | TIMEZONE=Europe/London
|
---|
40 |
|
---|
41 | #--- Location of kernel config file (if the kernel is to be compiled)
|
---|
42 | CONFIG=
|
---|
43 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.