1.0
2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since abe936d was 77349d5, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago |
Moved BLFS files to the new BLFS dir.
|
-
Property mode
set to
100644
|
File size:
734 bytes
|
Rev | Line | |
---|
[5bb78f0] | 1 | #####
|
---|
| 2 | #
|
---|
| 3 | # Configuration file for the jhablfs build script
|
---|
| 4 | #
|
---|
| 5 | #####
|
---|
| 6 |
|
---|
| 7 | declare -r SVN="svn://svn.linuxfromscratch.org"
|
---|
| 8 | declare -r LOG=000-jhablfs.log
|
---|
| 9 |
|
---|
| 10 | #--- Working directories
|
---|
| 11 | JHABLFSDIR=~/jhablfs
|
---|
| 12 | LOGDIR=$JHABLFSDIR/logs
|
---|
| 13 | MKFILE=$JHABLFSDIR/Makefile
|
---|
| 14 |
|
---|
| 15 | #--- Book version
|
---|
| 16 | BLFSVRS=development
|
---|
| 17 |
|
---|
| 18 | #--- FTP/HTTP mirror used as fallback (full path)
|
---|
| 19 | SERVER=ftp://anduin.linuxfromscratch.org/BLFS/conglomeration
|
---|
| 20 |
|
---|
| 21 | #--- Dependencies 0(required)/1(recommended)/2(optional)
|
---|
| 22 | DEPEND=1
|
---|
| 23 |
|
---|
| 24 | #--- Run test suites 0(no)/1(yes)
|
---|
| 25 | TEST=0
|
---|
| 26 |
|
---|
| 27 |
|
---|
| 28 |
|
---|
| 29 | #==== INTERNAL VARIABLES ====
|
---|
| 30 | # Don't edit it unless you know what you are doing
|
---|
| 31 |
|
---|
| 32 | #--- Default stylesheet
|
---|
| 33 | XSL=dump-blfs-scripts.xsl
|
---|
| 34 |
|
---|
[e9dba98] | 35 | #--- Files that will be copied to $JHABLFSDIR
|
---|
[5bb78f0] | 36 | FILES="functions dump-blfs-scripts.xsl"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.