source: BLFS/config@ 0170229

experimental
Last change on this file since 0170229 was 0170229, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Added base files from George's jhalfs-experimental-2 POC.
WARNING: This code is broken due files renaming.

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