Changeset 7d018d1 for common


Ignore:
Timestamp:
03/18/2006 03:46:54 AM (19 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
e2860d3
Parents:
28fd555
Message:

corrections to hlfs group, build makefile

Location:
common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r28fd555 r7d018d1  
    223223        @ROOT=\`head -n1 /tmp/unpacked | sed 's@^./@@;s@/.*@@'\` && \\
    224224        echo "export PKGDIR=\$(MOUNT_PT)\$(SRC)/\$\$ROOT" > envars && \\
    225         chown -R lfs \$(MOUNT_PT)\$(SRC)/\$\$ROOT  && \\
     225        chown -R lfs \$(MOUNT_PT)\$(SRC)/\$\$ROOT && \\
    226226EOF
    227227) >> $MKFILE.tmp
     
    238238        @ROOT=\`head -n1 /tmp/unpacked | sed 's@^./@@;s@/.*@@'\` && \\
    239239        echo "export PKGDIR=\$(MOUNT_PT)\$(SRC)/\$\$ROOT" > envars && \\
    240 
    241240        chown -R lfs \$(MOUNT_PT)\$(SRC)/\$\$ROOT
    242241EOF
     
    279278(
    280279cat  << EOF
    281         echo "export target=$(uname -m)-${TARGET}" >> envars && \\
     280        @echo "export target=$(uname -m)-${TARGET}" >> envars && \\
    282281        echo "export ldso=/lib/${LOADER}" >> envars
    283282EOF
  • common/config

    r28fd555 r7d018d1  
    1414#--- The local repository for packages/file
    1515#    Any downloaded files will be archived here
    16 SRC_ARCHIVE=
     16SRC_ARCHIVE=/mnt/SourceFiles/Source_Warehouse
    1717
    1818#--- Download the source packages 0(no)/1(yes)
     
    2727#  2 = all chapter06 testsuites
    2828#  3 = all chapter05 and chapter06 testsuites
    29 TEST=1
     29TEST=0
    3030
    3131#--- Run the stripping phases  0(no)/1(yes)
    32 STRIP=1
     32STRIP=0
    3333
    3434#--- page definition for groff letter/A4
Note: See TracChangeset for help on using the changeset viewer.