2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since 0140fcc was 6ad5a2f, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago |
Ported LUSER code and last CLFS2 fix from experimental.
|
-
Property mode
set to
100644
|
File size:
1.3 KB
|
Rev | Line | |
---|
[7432834] | 1 | #####
|
---|
| 2 | #
|
---|
| 3 | # Configuration file for the CLFS module
|
---|
| 4 | #
|
---|
| 5 | # $Id$
|
---|
| 6 | #
|
---|
| 7 | #####
|
---|
| 8 |
|
---|
| 9 | #--- Which target architecture you want to build for,
|
---|
| 10 | # used to select proper book and set TARGETS
|
---|
| 11 | #--------------------------------
|
---|
| 12 | TARGET=
|
---|
| 13 | TARGET32=
|
---|
| 14 | # >>>> 32-32 BUILD <<<<
|
---|
| 15 | ARCH=x86 ; TARGET="i486-pc-linux-gnu"
|
---|
| 16 | # ARCH=x86 ; TARGET="i586-pc-linux-gnu"
|
---|
| 17 | # ARCH=x86 ; TARGET="i686-pc-linux-gnu"
|
---|
| 18 | # ARCH=arm ; TARGET="arm-unknown-linux-gnu"
|
---|
| 19 | #--------------------------------
|
---|
| 20 | # >>>> 64-64 BUILD <<<<
|
---|
| 21 | #--------------------------------
|
---|
| 22 | # >>>> MULTILIB 32/64 <<<<
|
---|
| 23 |
|
---|
[6ad5a2f] | 24 | #--- Unprivileged user and group name
|
---|
| 25 | LUSER=clfs
|
---|
| 26 | LGROUP=clfs
|
---|
| 27 |
|
---|
[7432834] | 28 | #--- Location of fstab file (if empty, a template is created)
|
---|
| 29 | FSTAB=
|
---|
| 30 |
|
---|
| 31 | #--- Fully qualified path to a kernel config file
|
---|
| 32 | # If no config file is specified the kernel is NOT compiled
|
---|
| 33 | CONFIG=
|
---|
| 34 |
|
---|
| 35 | # Get the kernel package and patches even if no configutation file
|
---|
| 36 | # has been supplied? 0(no)/1(yes)
|
---|
| 37 | GETKERNEL=0
|
---|
| 38 |
|
---|
| 39 | #--- Book's sources directory
|
---|
| 40 | # If you have previously checked out the book from the repository
|
---|
| 41 | BOOK=
|
---|
| 42 |
|
---|
| 43 | #==== INTERNAL VARIABLES ====
|
---|
| 44 | # Don't edit it unless you know what you are doing
|
---|
| 45 |
|
---|
| 46 | #--- Extra files that need be copied to $JHALFSDIR
|
---|
| 47 | FILES=""
|
---|
| 48 |
|
---|
| 49 | #--- Default stylesheet
|
---|
| 50 | XSL=clfs2.xsl
|
---|
| 51 |
|
---|
| 52 | #--- Book version
|
---|
| 53 | LFSVRS=development
|
---|
[cb39f79] | 54 | TREE=branches/clfs-2.0/BOOK
|
---|
[7432834] | 55 |
|
---|
| 56 | #--- Name of the makefile
|
---|
| 57 | MKFILE=$JHALFSDIR/Makefile
|
---|
| 58 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.