mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r7396] Purpose:
Bug fix Description: Temporary files were not cleaned out because the definiton of temporary files had not been updated. Solution: Updated it. Platforms tested: Tested by hand in Copper while i was testing the MPE change. Misc. update:
This commit is contained in:
parent
74e4b2ea49
commit
a7d0a58592
@ -36,7 +36,10 @@ TEST_SCRIPTS=testph5.sh
|
||||
PROGS=$(TEST_PROGS_PARA) testphdf5
|
||||
|
||||
## Temporary files
|
||||
MOSTLYCLEAN=ParaEg[123].h5f
|
||||
## MPItest.h5 is from t_mpi
|
||||
## Para*.h5 are from testphdf
|
||||
## *.clog are from MPE option
|
||||
MOSTLYCLEAN=MPItest.h5 Para*.h5 *.clog
|
||||
DISTCLEAN=go Makefile testph5.sh
|
||||
|
||||
## Test source files
|
||||
|
Loading…
Reference in New Issue
Block a user