Changeset 2fbc503 for HLFS


Ignore:
Timestamp:
04/28/2006 04:55:37 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
3e1c0e2
Parents:
3cc7540
Message:

Merged r2585 from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/master.sh

    r3cc7540 r2fbc503  
    236236    case $this_script in
    237237      *binutils* )  # Dump the path to sources directory for later removal
    238         echo -e '\techo "$(MOUNT_PT)$(SRC)/$$ROOT" >> sources-dir' >> $MKFILE.tmp
     238(
     239cat << EOF
     240        @ROOT=\`head -n1 /tmp/unpacked | sed 's@^./@@;s@/.*@@'\` && \\
     241        echo "\$(MOUNT_PT)\$(SRC)/\$\$ROOT" >> sources-dir
     242EOF
     243) >> $MKFILE.tmp
    239244        ;;
    240245      *adjusting* )  # For the Adjusting phase we must to cd to the binutils-build directory.
    241246        echo -e '\t@echo "export PKGDIR=$(MOUNT_PT)$(SRC)/binutils-build" > envars' >> $MKFILE.tmp
    242         ;;
    243       * )  # Everything else, add a true statment so we don't confuse make
    244         echo -e '\ttrue' >> $MKFILE.tmp
    245247        ;;
    246248    esac
Note: See TracChangeset for help on using the changeset viewer.