summaryrefslogtreecommitdiffstats
path: root/bin/cmakehdf5
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-04-28 13:50:05 (GMT)
committerGitHub <noreply@github.com>2022-04-28 13:50:05 (GMT)
commit44a803aefb8a2f1177733664dfd3f41823ec3286 (patch)
treecd36a2d0ba6829732d0528ed6f8fe41d8f5b4804 /bin/cmakehdf5
parent41a36efde14a1db65cc8be0ef9de1ec41fe86ed6 (diff)
downloadhdf5-44a803aefb8a2f1177733664dfd3f41823ec3286.zip
hdf5-44a803aefb8a2f1177733664dfd3f41823ec3286.tar.gz
hdf5-44a803aefb8a2f1177733664dfd3f41823ec3286.tar.bz2
Brings over minor changes in root, bin/, and release_docs (#1699)
Diffstat (limited to 'bin/cmakehdf5')
-rwxr-xr-xbin/cmakehdf54
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cmakehdf5 b/bin/cmakehdf5
index da1aef8..e59c772 100755
--- a/bin/cmakehdf5
+++ b/bin/cmakehdf5
@@ -199,7 +199,7 @@ DUMP_LOGFILE()
# Show a start time stamp
TIMESTAMP
-# Initialize njobs if $AMKE is defined
+# Initialize njobs if $MAKE is defined
if [ -n "$MAKE" ]; then
# assume all arguments are for --jobs
njobs=`echo $MAKE | cut -s -d' ' -f2-`
@@ -365,7 +365,7 @@ STEP "Test the library and tools..." "ctest . -C Release $njobs" $testlog
# 7. Create an install image with this command:
STEP "Create an install image..." "cpack -C Release CPackConfig.cmake" $packlog
-# The implementation of installation is imcomplete (only works for linux).
+# The implementation of installation is incomplete (only works for linux).
# Screen it out for now till it is completed.
if false; then
# 8. Install with this command: