summaryrefslogtreecommitdiffstats
path: root/bin/dependencies
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-10-07 21:10:53 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-10-07 21:10:53 (GMT)
commit0eaf192df8e7df34cb2d45085bb3252816eb8e2d (patch)
treec068204c2079133b5e2c500a56950ea3e3fa426d /bin/dependencies
parentcf629d9e6c89eadd77ce98a527ac43b2fc4fcdc4 (diff)
downloadhdf5-0eaf192df8e7df34cb2d45085bb3252816eb8e2d.zip
hdf5-0eaf192df8e7df34cb2d45085bb3252816eb8e2d.tar.gz
hdf5-0eaf192df8e7df34cb2d45085bb3252816eb8e2d.tar.bz2
[svn-r7569] Purpose:
Bug Fix/Update Description: Updated "trace" to include "void**" as a datatype (it sets it to "x"). Format changes as well. Added "close(DEPEND); close(NEW);" to the dependencies script. This was reported by a user that it wasn't doing this. Platforms tested: Linux (small changes) Misc. update:
Diffstat (limited to 'bin/dependencies')
-rwxr-xr-xbin/dependencies3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/dependencies b/bin/dependencies
index 6893b72..b561128 100755
--- a/bin/dependencies
+++ b/bin/dependencies
@@ -45,4 +45,7 @@ while (<DEPEND>) {
print NEW $_;
}
+close(DEPEND);
+close(NEW);
+
`mv $new_depend_file $depend_file`;