scripts/tarball.sh.broken
changeset 394 5e5d02b2d786
parent 335 f0d84f1d4c93
child 523 010f6f4e4dd6
     1.1 --- a/scripts/tarball.sh.broken	Wed Aug 15 16:18:35 2007 +0000
     1.2 +++ b/scripts/tarball.sh.broken	Sun Sep 16 08:52:26 2007 +0000
     1.3 @@ -16,6 +16,10 @@
     1.4  # Parse the configuration file:
     1.5  . ${CT_TOP_DIR}/.config
     1.6  
     1.7 +# Parse the architecture-specific functions
     1.8 +. "${CT_LIB_DIR}/arch/${CT_ARCH}/functions"
     1.9 +
    1.10 +# Target tuple: CT_TARGET needs a little love:
    1.11  CT_DoBuildTargetTuple
    1.12  
    1.13  # Kludge: if any of the config options needs either CT_TARGET or CT_TOP_DIR,