Changeset 12a5707 for CLFS


Ignore:
Timestamp:
03/10/2006 01:44:55 AM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
4845f38
Parents:
6db1464
Message:

Adjusting scripts to new structure. Added jhalfs trunk changes. Will now create a lfs makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/config

    r6db1464 r12a5707  
    33# Configuration file for the CLFS module
    44#
     5# $Id$
     6#
    57#####
    6 
    7 declare -r HTTP=http://ftp.lfs-matrix.net/pub/clfs/conglomeration
     8declare -r FTP=ftp://ftp.linuxfromscratch.org/pub/lfs/conglomeration
    89
    910#--- Which target architecture,
     
    1314TARGET=
    1415# >>>> 32-32 BUILD <<<<
    15 # ARCH=x86 ;     TARGET="i486-pc-linux-gnu"
     16 ARCH=x86 ;     TARGET="i486-pc-linux-gnu"
    1617# ARCH=x86 ;     TARGET="i586-pc-linux-gnu"
    1718# ARCH=x86 ;     TARGET="i686-pc-linux-gnu"
     
    2324#--------------------------------
    2425# >>>> 64-64 BUILD <<<<
    25  ARCH=x86_64-64  ; TARGET="x86_64-unknown-linux-gnu"   
     26# ARCH=x86_64-64  ; TARGET="x86_64-unknown-linux-gnu"   
    2627# ARCH=mips64-64  ; TARGET="mipsel-unknown-linux-gnu"
    2728# ARCH=mips64-64  ; TARGET="mis-unknown-linux-gnu"
     
    4041
    4142#--- Location of fstab file (if empty, a template is created)
    42 FSTAB=$BUILDDIR/sources/fstab
     43FSTAB=
    4344
    4445#--- Location of kernel config file (if the kernel is to be compiled)
    4546#--- This file MUST reside in the sources directory
    46 CONFIG=$BUILDDIR/sources/linux-2.6.15.1-x86_64.config
     47CONFIG=
    4748
    4849#--- Book's sources directory
     
    5758
    5859#--- Default stylesheet
    59 XSL=dump-clfs-scripts.xsl
     60XSL=clfs.xsl
    6061
    6162#--- Book version
Note: See TracChangeset for help on using the changeset viewer.