experimental
Last change
on this file since d68d2c1 was a6b81cd, checked in by George Boudreau <georgeb@…>, 19 years ago |
Change xxx-Makefile to Makefile, remove psmisc hack.
|
-
Property mode
set to
100644
|
File size:
651 bytes
|
Rev | Line | |
---|
[0170229] | 1 | #####
|
---|
| 2 | #
|
---|
| 3 | # Configuration file for the blfs module
|
---|
| 4 | #
|
---|
[a46ada0] | 5 | # $Id$
|
---|
| 6 | #
|
---|
[0170229] | 7 | #####
|
---|
[12a5707] | 8 | declare -r FTP=ftp://ftp.linuxfromscratch.org/pub/blfs/conglomeration
|
---|
[0170229] | 9 |
|
---|
| 10 | #--- Book's sources directory
|
---|
| 11 | # If you have previously checked out the book from the repository
|
---|
| 12 | BOOK=
|
---|
| 13 |
|
---|
| 14 | #--- Book version
|
---|
| 15 | LFSVRS=development
|
---|
| 16 |
|
---|
| 17 | #--- FTP/HTTP mirror used as fallback (full path)
|
---|
| 18 | SERVER=ftp://anduin.linuxfromscratch.org/BLFS/conglomeration
|
---|
| 19 |
|
---|
| 20 | #--- Dependencies 0(required)/1(recommended)/2(optional)
|
---|
| 21 | DEPEND=1
|
---|
| 22 |
|
---|
| 23 | #--- Run test suites 0(no)/1(yes)
|
---|
| 24 | TEST=0
|
---|
| 25 |
|
---|
| 26 |
|
---|
| 27 | #==== INTERNAL VARIABLES ====
|
---|
| 28 | # Don't edit it unless you know what you are doing
|
---|
| 29 |
|
---|
| 30 | #--- Default stylesheet
|
---|
[12a5707] | 31 | XSL=blfs.xsl
|
---|
[a6b81cd] | 32 | MKFILE=$JHALFSDIR/Makefile
|
---|
[0170229] | 33 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.