mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r419] Removed 'go' from the cleanup list. Let individual decides when
to purge the file.
This commit is contained in:
parent
ac4c35cca5
commit
997df54dc8
@ -26,7 +26,7 @@ CPPFLAGS=-I. -I../src $(MPI_INC) $(MPIO_INC)
|
||||
RM=rm -f
|
||||
|
||||
# temporary test files that can be cleaned away
|
||||
MOSTLYCLEAN=/pfs/multi/tmp_1/your_own/Eg1.h5f /pfs/multi/tmp_1/your_own/Eg2.h5f go
|
||||
MOSTLYCLEAN=/pfs/multi/tmp_1/your_own/Eg1.h5f /pfs/multi/tmp_1/your_own/Eg2.h5f
|
||||
|
||||
# The default is to build the library and programs.
|
||||
all: testphdf5 shdf5
|
||||
|
@ -20,7 +20,7 @@ CPPFLAGS=-I. -I../src $(MPI_INC)
|
||||
RM=rm -f
|
||||
|
||||
# temporary test files that can be cleaned away
|
||||
MOSTLYCLEAN=ParaEg1.h5f ParaEg2.h5f go
|
||||
MOSTLYCLEAN=ParaEg1.h5f ParaEg2.h5f
|
||||
|
||||
# The default is to build the library and programs.
|
||||
all: testphdf5
|
||||
|
Loading…
Reference in New Issue
Block a user