Skip to content

Commit 3d2f535

Browse files
committed
Added 'cd ...-build &&' to post-build instructions for GCC and MPICH build scripts.
Signed-off-by: Damian Rouson <[email protected]>
1 parent 70fada7 commit 3d2f535

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

install_prerequisites/buildgcc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ else
124124
build $1 $install_path $num_threads
125125
fi
126126
} >&1 | tee build.log
127-
echo "Check build.log for results. If the build was successful,"
128-
echo "type 'make install' (or 'sudo make install') to complete"
129-
echo "the installation."
127+
echo "Check build.log for results. If the build was successful, type"
128+
echo "'cd $1-build && make install' (or 'cd $1-build && sudo make install')"
129+
echo "to complete the installation."
130130
fi

install_prerequisites/buildmpich

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ else
142142
build $version $install_path $num_threads
143143
fi
144144
} >&1 | tee build.log
145-
echo "Check build.log for results. If the build was successful,"
146-
echo "type 'make install' (or 'sudo make install') to complete"
147-
echo "the installation."
145+
echo "Check build.log for results. If the build was successful, type"
146+
echo "'cd $src-build && make install' (or 'cd $src-build && sudo make install') "
147+
echo "to complete the installation."
148148
fi

0 commit comments

Comments
 (0)