mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r314] Purpose:
New feature Problem: "make H5Tinit.c" from toplevel not supported. Solution: added in the lines H5Tinit.c: (cd src && $(MAKE) $@) This and other changes already committed allow the sequential HDF5 library to be compiled and tested for the ASCI Red machine in the following steps: sasn100: configure -v tflop janus: make H5Tinit.c #made possible by this check-in sasn100: make >&! comp.out janus: make _test >&! test.out The name: indicates which machine the command line must be run from. Platform tested: ASCI Red machine: janus
This commit is contained in:
parent
6e977a2988
commit
df5e4656f6
@ -62,6 +62,10 @@ lib progs test _test install uninstall TAGS dep depend:
|
||||
(cd $$d && $(MAKE) $@) || exit 1; \
|
||||
done
|
||||
|
||||
# Number format detection
|
||||
H5Tinit.c:
|
||||
(cd src && $(MAKE) $@)
|
||||
|
||||
.PHONY: all lib progs test _test install uninstall dep depend clean \
|
||||
mostlyclean distclean maintainer-clean
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user