1 | #####
|
---|
2 | #
|
---|
3 | # Configuration file for the CLFS module
|
---|
4 | #
|
---|
5 | # $Id$
|
---|
6 | #
|
---|
7 | #####
|
---|
8 | #--- Unprivileged user and group name
|
---|
9 | LUSER=clfs
|
---|
10 | LGROUP=clfs
|
---|
11 |
|
---|
12 |
|
---|
13 | #--- Which target architecture you want to build for,
|
---|
14 | # used to select proper book and set TARGETS
|
---|
15 | #--------------------------------
|
---|
16 | TARGET=
|
---|
17 | TARGET32=
|
---|
18 | # >>>> 32-32 BUILD <<<<
|
---|
19 | ARCH=x86 ; TARGET="i486-pc-linux-gnu"
|
---|
20 | # ARCH=x86 ; TARGET="i586-pc-linux-gnu"
|
---|
21 | # ARCH=x86 ; TARGET="i686-pc-linux-gnu"
|
---|
22 | # ARCH=arm ; TARGET="arm-unknown-linux-gnu"
|
---|
23 | #--------------------------------
|
---|
24 | # >>>> 64-64 BUILD <<<<
|
---|
25 | #--------------------------------
|
---|
26 | # >>>> MULTILIB 32/64 <<<<
|
---|
27 |
|
---|
28 | #--- Unprivileged user and group name
|
---|
29 | LUSER=clfs
|
---|
30 | LGROUP=clfs
|
---|
31 |
|
---|
32 | #--- Location of fstab file (if empty, a template is created)
|
---|
33 | FSTAB=
|
---|
34 |
|
---|
35 | #--- Fully qualified path to a kernel config file
|
---|
36 | # If no config file is specified the kernel is NOT compiled
|
---|
37 | CONFIG=
|
---|
38 |
|
---|
39 | # Get the kernel package and patches even if no configutation file
|
---|
40 | # has been supplied? 0(no)/1(yes)
|
---|
41 | GETKERNEL=0
|
---|
42 |
|
---|
43 | #--- Book's sources directory
|
---|
44 | # If you have previously checked out the book from the repository
|
---|
45 | BOOK=
|
---|
46 |
|
---|
47 | #==== INTERNAL VARIABLES ====
|
---|
48 | # Don't edit it unless you know what you are doing
|
---|
49 |
|
---|
50 | #--- Extra files that need be copied to $JHALFSDIR
|
---|
51 | FILES=""
|
---|
52 |
|
---|
53 | #--- Default stylesheet
|
---|
54 | XSL=clfs2.xsl
|
---|
55 |
|
---|
56 | #--- Book version
|
---|
57 | LFSVRS=development
|
---|
58 | TREE=branches/clfs-2.0/BOOK
|
---|
59 |
|
---|
60 | #--- Name of the makefile
|
---|
61 | MKFILE=$JHALFSDIR/Makefile
|
---|
62 |
|
---|