Removed some"; \" left after the previous "if" test removal.
This commit is contained in:
parent
816f3f43ee
commit
7d983151bc
1 changed files with 3 additions and 3 deletions
6
jhalfs
6
jhalfs
|
@ -400,13 +400,13 @@ build_Makefile() {
|
|||
if [ "$i" = "031-adjusting" ] ; then
|
||||
echo -e "\t@rm -r \`cat sources-dir\` && \\" >> $MKFILE.tmp
|
||||
echo -e "\trm -r \$(LFS)\$(SRC)/binutils-build && \\" >> $MKFILE.tmp
|
||||
echo -e "\trm sources-dir; \\" >> $MKFILE.tmp
|
||||
echo -e "\trm sources-dir" >> $MKFILE.tmp
|
||||
fi
|
||||
|
||||
# Remove the TCL sources after a successful Expect build.
|
||||
if [ "$i" = "033-expect" ] ; then
|
||||
echo -e "\t@rm -r \`cat sources-dir\` && \\" >> $MKFILE.tmp
|
||||
echo -e "\trm sources-dir; \\" >> $MKFILE.tmp
|
||||
echo -e "\trm sources-dir" >> $MKFILE.tmp
|
||||
fi
|
||||
|
||||
# Include a touch of the target name so make can check
|
||||
|
@ -506,7 +506,7 @@ build_Makefile() {
|
|||
if [ "$i" = "067-readjusting" ] ; then
|
||||
echo -e "\t@rm -r \`cat sources-dir\` && \\" >> $MKFILE.tmp
|
||||
echo -e "\trm -r \$(SRC)/binutils-build && \\" >> $MKFILE.tmp
|
||||
echo -e "\trm sources-dir; \\" >> $MKFILE.tmp
|
||||
echo -e "\trm sources-dir" >> $MKFILE.tmp
|
||||
fi
|
||||
|
||||
# Include a touch of the target name so make can check
|
||||
|
|
Reference in a new issue