1.0
2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since b287536 was 31d6944, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago |
Changed how the testsuites are handled and fixed the missing locales installation for chapter05 testsuites.
|
-
Property mode
set to
100644
|
File size:
1.4 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"
|
---|
[b701a0f] | 8 | declare -r FTP=ftp://ftp.linuxfromscratch.org/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 |
|
---|
[31d6944] | 20 | #--- Run test suites [0-3]
|
---|
| 21 | # 0 = none
|
---|
| 22 | # 1 = only chapter06 Glibc, GCC and Binutils testsuites
|
---|
| 23 | # 2 = all chapter06 testsuites
|
---|
| 24 | # 3 = all chapter05 and chapter06 testsuites
|
---|
| 25 | TEST=1
|
---|
[49aea5e] | 26 |
|
---|
[70a223e] | 27 | #--- Run the stripping phases 0(no)/1(yes)
|
---|
| 28 | STRIP=1
|
---|
| 29 |
|
---|
[49aea5e] | 30 | #--- page definition for groff letter/A4
|
---|
| 31 | PAGE=letter
|
---|
| 32 |
|
---|
| 33 | #--- set default timezone.
|
---|
| 34 | TIMEZONE=Europe/London
|
---|
| 35 |
|
---|
[db181c47] | 36 | #--- install the optional vim-lang package 0(no)/1(yes)
|
---|
| 37 | VIMLANG=1
|
---|
| 38 |
|
---|
| 39 | #--- Location of fstab file (if empty, a template is created)
|
---|
| 40 | FSTAB=
|
---|
| 41 |
|
---|
[49aea5e] | 42 | #--- Location of kernel config file (if the kernel is to be compiled)
|
---|
| 43 | CONFIG=
|
---|
| 44 |
|
---|
[2082b3d] | 45 | #--- Book's sources directory
|
---|
| 46 | # Uncomment this variables if you have previously checked
|
---|
| 47 | # out the book from the repository
|
---|
| 48 | # BOOK=/path/to/book
|
---|
| 49 | # WC=1
|
---|
[db181c47] | 50 |
|
---|
| 51 |
|
---|
| 52 | #==== INTERNAL VARIABLES ====
|
---|
| 53 | # Don't edit it unless you know what you are doing
|
---|
| 54 |
|
---|
| 55 | #--- Default stylesheet
|
---|
| 56 | XSL=dump-lfs-scripts.xsl
|
---|
| 57 |
|
---|
| 58 | #--- Files that will be copied to $JHALFSDIR
|
---|
| 59 | FILES="functions"
|
---|
| 60 |
|
---|
| 61 | #--- Working directories
|
---|
| 62 | JHALFSDIR=$BUILDDIR/jhalfs
|
---|
| 63 | LOGDIR=$JHALFSDIR/logs
|
---|
| 64 | MKFILE=$JHALFSDIR/Makefile
|
---|
[2082b3d] | 65 |
|
---|
[db181c47] | 66 | #--- Book version
|
---|
| 67 | LFSVRS=development
|
---|
Note:
See
TracBrowser
for help on using the repository browser.