scripts/Bootstrap/compile_pmodules.sh:

- cleanup
This commit is contained in:
2015-07-09 10:22:34 +02:00
parent 5d87ddc1b2
commit dfb42a9748

View File

@@ -18,8 +18,7 @@ ${BOOTSTRAP_DIR}/getopt/build --bootstrap --disable-cleanup || { echo
${BOOTSTRAP_DIR}/dialog/build --bootstrap --disable-cleanup || { echo "compiling 'dialog' failed!"; exit 1; }
${BOOTSTRAP_DIR}/bash/build --bootstrap --disable-cleanup 4.3.30 || { echo "compiling 'bash' failed!"; exit 1; }
${BOOTSTRAP_DIR}/Tcl/build --bootstrap --disable-cleanup || { echo "compiling 'Tcl' failed!"; exit 1; }
# we have to remove the init directory - otherwise the next build will fail...
rm -rf "${PMODULES_HOME}/init"
${BOOTSTRAP_DIR}/Modules/build --bootstrap || { echo "compiling 'Modules' failed!"; exit 1; }
mv -v "${PMODULES_HOME}/bin/modulecmd" "${PMODULES_HOME}/bin/modulecmd.tcl"
echo "Done..."