source: BLFS/config@ 1b9148c

experimental
Last change on this file since 1b9148c was a46ada0, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Added Id key to some file to see in what of them is expanded and in what not.

  • Property mode set to 100644
File size: 599 bytes
Line 
1#####
2#
3# Configuration file for the blfs module
4#
5# $Id$
6#
7#####
8
9#--- Book's sources directory
10# If you have previously checked out the book from the repository
11BOOK=
12
13#--- Book version
14LFSVRS=development
15
16#--- FTP/HTTP mirror used as fallback (full path)
17SERVER=ftp://anduin.linuxfromscratch.org/BLFS/conglomeration
18
19#--- Dependencies 0(required)/1(recommended)/2(optional)
20DEPEND=1
21
22#--- Run test suites 0(no)/1(yes)
23TEST=0
24
25
26#==== INTERNAL VARIABLES ====
27# Don't edit it unless you know what you are doing
28
29#--- Default stylesheet
30 XSL=dump-blfs-scripts.xsl
31MKFILE=$JHALFSDIR/blfs-Makefile
32
Note: See TracBrowser for help on using the repository browser.