diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2015-10-07 19:18:43 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2015-10-07 19:18:43 (GMT) |
commit | 8edfabd297c10579eac941f31a26d5727889fa88 (patch) | |
tree | 1a82f00f48e2d1ecd253e7d60fbda3bbdbdb9760 /bin | |
parent | ad29dac64a6e20dde8ceb92382c9261c6f68ff61 (diff) | |
download | hdf5-8edfabd297c10579eac941f31a26d5727889fa88.zip hdf5-8edfabd297c10579eac941f31a26d5727889fa88.tar.gz hdf5-8edfabd297c10579eac941f31a26d5727889fa88.tar.bz2 |
[svn-r27997] Autogen.sh is no longer marked _DO_NOT_DISTRIBUTE_ in the MANIFEST file. Therefore bbrelease does not need to expressly add it to the source tar file.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/bbrelease | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/bbrelease b/bin/bbrelease index 119dc7a..cb79528 100755 --- a/bin/bbrelease +++ b/bin/bbrelease @@ -304,7 +304,6 @@ fi # Create a manifest that contains only files for distribution. MANIFEST=$tmpdir/H5_MANIFEST grep '^\.' MANIFEST | grep -v _DO_NOT_DISTRIBUTE_ >$MANIFEST -echo "./autogen.sh" >>$MANIFEST # Prepare the source tree for a release. #ln -s `pwd` $tmpdir/$HDF5_VERS || exit 1 |