MahiroOS-jhalfs/BLFS/config

34 lines
651 B
Text
Raw Normal View History

2005-12-08 22:07:38 +01:00
#####
#
# Configuration file for the blfs module
#
# $Id$
2005-12-08 22:07:38 +01:00
#
#####
declare -r FTP=ftp://ftp.linuxfromscratch.org/pub/blfs/conglomeration
2005-12-08 22:07:38 +01:00
#--- Book's sources directory
# If you have previously checked out the book from the repository
BOOK=
2005-12-08 22:07:38 +01:00
#--- Book version
LFSVRS=development
2005-12-08 22:07:38 +01:00
#--- FTP/HTTP mirror used as fallback (full path)
SERVER=ftp://anduin.linuxfromscratch.org/BLFS/conglomeration
#--- Dependencies 0(required)/1(recommended)/2(optional)
DEPEND=1
#--- Run test suites 0(no)/1(yes)
TEST=0
#==== INTERNAL VARIABLES ====
# Don't edit it unless you know what you are doing
#--- Default stylesheet
XSL=blfs.xsl
MKFILE=$JHALFSDIR/Makefile
2005-12-08 22:07:38 +01:00