1.0
2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since 1a17f94 was db181c47, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago |
Added suppot to download and build the vim-lang package (can be skipped using a switch).
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[49aea5e] | 1 | #####
|
---|
| 2 | #
|
---|
| 3 | # Configuration file for the jhalfs build script
|
---|
| 4 | #
|
---|
| 5 | #####
|
---|
| 6 |
|
---|
| 7 | declare -r SVN="svn://svn.linuxfromscratch.org"
|
---|
[e55d264] | 8 | declare -r HTTP=http://ftp.lfs-matrix.net/pub/lfs/conglomeration
|
---|
[49aea5e] | 9 | declare -r LOG=000-jhalfs.log
|
---|
| 10 |
|
---|
| 11 | #--- Mount point for the build
|
---|
| 12 | BUILDDIR=/mnt/lfs
|
---|
| 13 |
|
---|
| 14 | #--- Download the source packages 0(no)/1(yes)
|
---|
| 15 | HPKG=0
|
---|
| 16 |
|
---|
| 17 | #--- Run the makefile at the end 0(no)/1(yes)
|
---|
| 18 | RUNMAKE=0
|
---|
| 19 |
|
---|
| 20 | #--- Run test suites 0(no)/1(yes)
|
---|
| 21 | TEST=0
|
---|
| 22 |
|
---|
| 23 | #--- Run the toolchain tests 0(no)/1(yes)
|
---|
| 24 | TOOLCHAINTEST=1
|
---|
| 25 |
|
---|
| 26 | #--- page definition for groff letter/A4
|
---|
| 27 | PAGE=letter
|
---|
| 28 |
|
---|
| 29 | #--- set default timezone.
|
---|
| 30 | TIMEZONE=Europe/London
|
---|
| 31 |
|
---|
[db181c47] | 32 | #--- install the optional vim-lang package 0(no)/1(yes)
|
---|
| 33 | VIMLANG=1
|
---|
| 34 |
|
---|
| 35 | #--- Location of fstab file (if empty, a template is created)
|
---|
| 36 | FSTAB=
|
---|
| 37 |
|
---|
[49aea5e] | 38 | #--- Location of kernel config file (if the kernel is to be compiled)
|
---|
| 39 | CONFIG=
|
---|
| 40 |
|
---|
[db181c47] | 41 |
|
---|
| 42 |
|
---|
| 43 | #==== INTERNAL VARIABLES ====
|
---|
| 44 | # Don't edit it unless you know what you are doing
|
---|
| 45 |
|
---|
| 46 | #--- Default stylesheet
|
---|
| 47 | XSL=dump-lfs-scripts.xsl
|
---|
| 48 |
|
---|
| 49 | #--- Files that will be copied to $JHALFSDIR
|
---|
| 50 | FILES="functions"
|
---|
| 51 |
|
---|
| 52 | #--- Working directories
|
---|
| 53 | JHALFSDIR=$BUILDDIR/jhalfs
|
---|
| 54 | LOGDIR=$JHALFSDIR/logs
|
---|
| 55 | MKFILE=$JHALFSDIR/Makefile
|
---|
| 56 |
|
---|
| 57 | #--- Book version
|
---|
| 58 | LFSVRS=development
|
---|
| 59 |
|
---|
| 60 | #--- Book's sources directory
|
---|
| 61 | BOOK=lfs-$LFSVRS
|
---|
Note:
See
TracBrowser
for help on using the repository browser.