diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-02-03 14:19:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 14:19:58 (GMT) |
commit | eac05994c71a98a302674ab425a43758ecac9fd8 (patch) | |
tree | f8bc966441cc9ec9e6fa20779b13e67bbf35860e /bin/trace | |
parent | ab2c31bc87fb10e7dd6d6d5846743664694287ed (diff) | |
download | hdf5-eac05994c71a98a302674ab425a43758ecac9fd8.zip hdf5-eac05994c71a98a302674ab425a43758ecac9fd8.tar.gz hdf5-eac05994c71a98a302674ab425a43758ecac9fd8.tar.bz2 |
Fixes bin/trace so it doesn't dirty the repo when autogen runs (#295)
* Fixes bin/trace so it doesn't dirty the repo when autogen runs
* Put the trace max back to 110 and comment off H5O.c line
Diffstat (limited to 'bin/trace')
-rwxr-xr-x | bin/trace | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -470,7 +470,7 @@ for $file (@ARGV) { $file_args = 0; # Ignore some files that do not need tracing macros - unless ($file eq "H5FDmulti.c" or $file eq "src/H5FDmulti.c" or $file eq "H5FDstdio.c" or $file eq "src/H5FDstdio.c") { + unless ($file eq "H5FDmulti.c" or $file eq "src/H5FDmulti.c" or $file eq "H5FDstdio.c" or $file eq "src/H5FDstdio.c" or $file eq "src/H5TS.c") { # Snarf up the entire file open SOURCE, $file or die "$file: $!\n"; |