Changeset 398a037 for CLFS2/master.sh


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

    r755cd36 r398a037  
    284284      *udev)     continue ;; # This is not a script but a commentary, we want udev-rules
    285285      *console*) continue ;; # Use the files that came with the bootscripts
     286      *network*) continue ;; # Manually create these files
    286287      *)  ;;
    287288    esac
     
    433434$HEADER
    434435
    435 SRC= /sources
    436 MOUNT_PT= $BUILDDIR
    437 PKG_LST= $PKG_LST
    438 LUSER= $LUSER
    439 LGROUP= $LGROUP
     436SRC         = /sources
     437MOUNT_PT    = $BUILDDIR
     438PKG_LST     = $PKG_LST
     439LUSER       = $LUSER
     440LGROUP      = $LGROUP
     441SCRIPT_ROOT = $SCRIPT_ROOT
     442
     443BASEDIR    = \$(MOUNT_PT)
     444SRCSDIR    = \$(BASEDIR)/sources
     445CMDSDIR    = \$(BASEDIR)/\$(SCRIPT_ROOT)/$PROGNAME-commands
     446LOGDIR     = \$(BASEDIR)/\$(SCRIPT_ROOT)/logs
     447TESTLOGDIR = \$(BASEDIR)/\$(SCRIPT_ROOT)/test-logs
     448
     449SU_LUSER   = su - \$(LUSER) -c
     450PRT_DU     = echo -e "\nKB: \`du -skx --exclude=jhalfs \$(MOUNT_PT)\`\n"
     451LUSER_HOME = /home/\$(LUSER)
    440452
    441453include makefile-functions
Note: See TracChangeset for help on using the changeset viewer.