diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-04-07 00:27:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 00:27:22 (GMT) |
commit | bc84280186e65ece691d9c5bc238bed25e127ac0 (patch) | |
tree | fa07b3a236188575e450094a72d6ad0cbf0c579e /bin/cmakehdf5 | |
parent | 9d426d3162ed0091016becb922e1af8d865afb0d (diff) | |
download | hdf5-bc84280186e65ece691d9c5bc238bed25e127ac0.zip hdf5-bc84280186e65ece691d9c5bc238bed25e127ac0.tar.gz hdf5-bc84280186e65ece691d9c5bc238bed25e127ac0.tar.bz2 |
Normalization of 1.12 branch with develop (#1598)
Diffstat (limited to 'bin/cmakehdf5')
-rwxr-xr-x | bin/cmakehdf5 | 4 |
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: |