Changeset 398a037 for CLFS


Ignore:
Timestamp:
08/11/2006 03:34:10 AM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
6a9d41e
Parents:
755cd36
Message:

Mods to most files to allow for reduction of internal functions and reduction in the size of the generated makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    r755cd36 r398a037  
    55###          FUNCTIONS          ###
    66###################################
    7 
    87
    98
     
    10101009$HEADER
    10111010
    1012 SRC= /sources
    1013 MOUNT_PT= $BUILDDIR
    1014 PKG_LST= $PKG_LST
    1015 LUSER= $LUSER
    1016 LGROUP= $LGROUP
     1011SRC          = /sources
     1012MOUNT_PT     = $BUILDDIR
     1013PKG_LST      = $PKG_LST
     1014LUSER        = $LUSER
     1015LGROUP       = $LGROUP
     1016SCRIPT_ROOT  = $SCRIPT_ROOT
     1017
     1018BASEDIR      = \$(MOUNT_PT)
     1019SRCSDIR      = \$(BASEDIR)/sources
     1020CMDSDIR      = \$(BASEDIR)/\$(SCRIPT_ROOT)/$PROGNAME-commands
     1021LOGDIR       = \$(BASEDIR)/\$(SCRIPT_ROOT)/logs
     1022TESTLOGDIR   = \$(BASEDIR)/\$(SCRIPT_ROOT)/test-logs
     1023
     1024crSRCSDIR    = /sources
     1025crCMDSDIR    = /\$(SCRIPT_ROOT)/$PROGNAME-commands
     1026crLOGDIR     = /\$(SCRIPT_ROOT)/logs
     1027crTESTLOGDIR = /\$(SCRIPT_ROOT)/test-logs
     1028
     1029SU_LUSER     = su - \$(LUSER) -c
     1030LUSER_HOME   = /home/\$(LUSER)
     1031PRT_DU       = echo -e "\nKB: \`du -skx --exclude=jhalfs \$(MOUNT_PT)\`\n"
     1032PRT_DU_CR    = echo -e "\nKB: \`du -skx --exclude=\$(SCRIPT_ROOT) \$(MOUNT_PT)\`\n"
     1033
    10171034
    10181035include makefile-functions
Note: See TracChangeset for help on using the changeset viewer.