mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
7c82abc3ff
(#!) line to `/usr/bin/env perl` to locate perl on the PATH. Everything after the first pathname in the shebang line is treated as a single argument to the command interpreter (/usr/bin/env "perl -w"), and there is not ordinarily any such program as "perl -w". So if the old shebang line used an option such as `-w`, add a `use warnings;` statement to the script---note that the semantics change slightly. `bin/destdep` uses a trick to pass `-p` to `/usr/bin/env perl`. It couldn't hurt to use the same trick to pass `-w`. With these changes, `sh autogen.sh` runs on NetBSD. It ought to still work on every other system HDF5 supports, too. |
||
---|---|---|
.. | ||
batch | ||
pkgscrpts | ||
bbrelease | ||
buildhdf5 | ||
checkapi | ||
checkposix | ||
chkconfigure | ||
chkcopyright | ||
chkmanifest | ||
cmakehdf5 | ||
COPYING | ||
debug-ohdr | ||
dependencies | ||
deploy | ||
distdep | ||
errors | ||
gcov_script | ||
genparser | ||
h5cc.in | ||
h5redeploy.in | ||
h5vers | ||
iostats | ||
locate_sw | ||
make_err | ||
make_overflow | ||
make_vers | ||
Makefile.am | ||
makehelp | ||
mkdirs | ||
newer | ||
output_filter.sh | ||
README | ||
release | ||
restore.sh | ||
runbkgprog | ||
runtest | ||
snapshot | ||
snapshot_version | ||
switch_maint_mode | ||
timekeeper | ||
trace | ||
warnhist | ||
yodconfigure |
The daily tests run copies of some of the scripts in this directory from another repository, notably snapshot and runtest. The copies in this directory should work, but are not used in daily tests, though they should be tested occasionally.