Changeset 7d98315


Ignore:
Timestamp:
10/03/2005 07:52:47 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
4c62c61
Parents:
816f3f43
Message:

Removed some"; \" left after the previous "if" test removal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r816f3f43 r7d98315  
    401401      echo -e "\t@rm -r \`cat sources-dir\` && \\" >> $MKFILE.tmp
    402402      echo -e "\trm -r \$(LFS)\$(SRC)/binutils-build && \\" >> $MKFILE.tmp
    403       echo -e "\trm sources-dir; \\" >> $MKFILE.tmp
     403      echo -e "\trm sources-dir" >> $MKFILE.tmp
    404404    fi
    405405
     
    407407    if [ "$i" = "033-expect" ] ; then
    408408      echo -e "\t@rm -r \`cat sources-dir\` && \\" >> $MKFILE.tmp
    409       echo -e "\trm sources-dir; \\" >> $MKFILE.tmp
     409      echo -e "\trm sources-dir" >> $MKFILE.tmp
    410410    fi
    411411
     
    507507      echo -e "\t@rm -r \`cat sources-dir\` && \\" >> $MKFILE.tmp
    508508      echo -e "\trm -r \$(SRC)/binutils-build && \\" >> $MKFILE.tmp
    509       echo -e "\trm sources-dir; \\" >> $MKFILE.tmp
     509      echo -e "\trm sources-dir" >> $MKFILE.tmp
    510510    fi
    511511
Note: See TracChangeset for help on using the changeset viewer.