Skip to content

Commit

Permalink
bin/restore deleted checked-in files (#5017)
Browse files Browse the repository at this point in the history
This was not fixed when we started checking in files that were
generated by the Perl scripts in bin
  • Loading branch information
derobins authored Oct 28, 2024
1 parent 786b033 commit d8953c0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions bin/restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,6 @@ rm -f bin/depcomp
echo "Remove files generated by autoheader"
rm -f src/H5config.h.in

echo "Remove files generated by bin/make_err"
rm -f src/H5Epubgen.h
rm -f src/H5Einit.h
rm -f src/H5Eterm.h
rm -f src/H5Edefin.h

echo "Remove files generated by bin/make_vers"
rm -f src/H5version.h

echo "Remove files generated by bin/make_overflow"
rm -f src/H5overflow.h

echo "Remove remaining generated files"
rm -f aclocal.m4

0 comments on commit d8953c0

Please sign in to comment.