Changeset 398a037 for LFS


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
  • LFS/master.sh

    r755cd36 r398a037  
    66###         FUNCTIONS           ###
    77###################################
    8 
    98
    109
     
    363362$HEADER
    364363
    365 SRC= /sources
    366 MOUNT_PT= $BUILDDIR
    367 PKG_LST= $PKG_LST
    368 LUSER= $LUSER
    369 LGROUP= $LGROUP
     364SRC          = /sources
     365MOUNT_PT     = $BUILDDIR
     366PKG_LST      = $PKG_LST
     367LUSER        = $LUSER
     368LGROUP       = $LGROUP
     369SCRIPT_ROOT  = $SCRIPT_ROOT
     370
     371BASEDIR      = \$(MOUNT_PT)
     372SRCSDIR      = \$(BASEDIR)/sources
     373CMDSDIR      = \$(BASEDIR)/\$(SCRIPT_ROOT)/$PROGNAME-commands
     374LOGDIR       = \$(BASEDIR)/\$(SCRIPT_ROOT)/logs
     375TESTLOGDIR   = \$(BASEDIR)/\$(SCRIPT_ROOT)/test-logs
     376
     377crSRCSDIR    = /sources
     378crCMDSDIR    = /\$(SCRIPT_ROOT)/$PROGNAME-commands
     379crLOGDIR     = /\$(SCRIPT_ROOT)/logs
     380crTESTLOGDIR = /\$(SCRIPT_ROOT)/test-logs
     381
     382SU_LUSER     = su - \$(LUSER) -c
     383LUSER_HOME   = /home/\$(LUSER)
     384PRT_DU       = echo -e "\nKB: \`du -skx --exclude=jhalfs \$(MOUNT_PT)\`\n"
     385PRT_DU_CR    = echo -e "\nKB: \`du -skx --exclude=\$(SCRIPT_ROOT) \$(MOUNT_PT)\`\n"
     386
    370387
    371388include makefile-functions
Note: See TracChangeset for help on using the changeset viewer.