From 7f7b8bd9725854fc8b546bcde3252f2c8d5c5d32 Mon Sep 17 00:00:00 2001 From: Mike McGreevy Date: Fri, 30 Mar 2012 12:02:03 -0500 Subject: [svn-r22208] Purpose: Merge fix for HDFFV-398 (r22146 and r22147) from trunk to hdf5_1_8. Tested: h5committest --- c++/src/h5c++.in | 2 +- release_docs/RELEASE.txt | 3 +++ tools/misc/h5cc.in | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/c++/src/h5c++.in b/c++/src/h5c++.in index 39d3d2a..20435eb 100644 --- a/c++/src/h5c++.in +++ b/c++/src/h5c++.in @@ -208,7 +208,7 @@ for arg in $@ ; do get_output_file="yes" fi ;; - -E|-M) + -E|-M|-MT) allargs="$allargs $arg" compile_args="$compile_args $arg" dash_c="yes" diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 8503432..44977e2 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -118,6 +118,9 @@ Bug Fixes since HDF5-1.8.8 Configuration ------------- + - Makefiles generated by other packages using h5cc as the compiler + no longer error when 'make' is invoked more than once in order + to 'rebuild' after changes to source. (MAM - 2012/03/26) - Added code to display the version information of XL fortran and C++ in the summary of configure. (AKC - 2012/02/28 - HDFFV-7793) - Updated all CMakeLists.txt files to indicate minimum CMake version is diff --git a/tools/misc/h5cc.in b/tools/misc/h5cc.in index a1421a2..233c80a 100644 --- a/tools/misc/h5cc.in +++ b/tools/misc/h5cc.in @@ -220,7 +220,7 @@ for arg in $@ ; do get_output_file="yes" fi ;; - -E|-M) + -E|-M|-MT) allargs="$allargs $arg" compile_args="$compile_args $arg" dash_c="yes" -- cgit v0.12