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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.