Skip to content
Snippets Groups Projects
Commit 7eddf54c authored by Fons Rademakers's avatar Fons Rademakers
Browse files

don't delete test/stressRooFit_ref.root in distclean in test.

parent 5587e3c3
No related branches found
No related tags found
No related merge requests found
......@@ -1081,7 +1081,6 @@ endif
-@(mv -f tutorials/tmva/data/toy_sigbkg_categ_varoff.root tutorials/tmva/data/toy_sigbkg_categ_varoff.root- >/dev/null 2>&1;true)
-@(mv -f tutorials/tmva/tmva_logo.gif tutorials/tmva/tmva_logo.gif- >/dev/null 2>&1;true)
-@(mv -f tutorials/spectrum/TSpectrum.root tutorials/spectrum/TSpectrum.root- >/dev/null 2>&1;true)
-@(mv -f test/stressRooFit_ref.root test/stressRooFit_ref.root- >/dev/null 2>&1;true)
@(find tutorials -name "files" -exec rm -rf {} \; >/dev/null 2>&1;true)
@(find tutorials -name "*.root" -exec rm -rf {} \; >/dev/null 2>&1;true)
@(find tutorials -name "*.ps" -exec rm -rf {} \; >/dev/null 2>&1;true)
......@@ -1100,7 +1099,6 @@ endif
-@(mv -f tutorials/tmva/data/toy_sigbkg_categ_varoff.root- tutorials/tmva/data/toy_sigbkg_categ_varoff.root >/dev/null 2>&1;true)
-@(mv -f tutorials/tmva/tmva_logo.gif- tutorials/tmva/tmva_logo.gif >/dev/null 2>&1;true)
-@(mv -f tutorials/spectrum/TSpectrum.root- tutorials/spectrum/TSpectrum.root >/dev/null 2>&1;true)
-@(mv -f test/stressRooFit_ref.root- test/stressRooFit_ref.root >/dev/null 2>&1;true)
@rm -f $(ROOTA) $(PROOFSERVA) $(ROOTALIB)
@rm -f README/ChangeLog build/dummy.d
@rm -f etc/gitinfo.txt
......
......@@ -734,12 +734,14 @@ clean:
distclean: clean
-@(mv -f stressRooStats_ref.root stressRooStats_ref.root- >/dev/null 2>&1;true)
-@(mv -f stressRooFit_ref.root stressRooFit_ref.root- >/dev/null 2>&1;true)
-@(mv -f stressHistFactory_ref.root stressHistFactory_ref.root- >/dev/null 2>&1;true)
@rm -f $(PROGRAMS) $(EVENTSO) $(EVENTLIB) *Dict.* *.def *.exp \
*.root *.ps *.so *.lib *.dll *.d *.log .def so_locations \
files/* *.pcm testdb.sqlite
@rm -rf cxx_repository
-@(mv -f stressRooStats_ref.root- stressRooStats_ref.root >/dev/null 2>&1;true)
-@(mv -f stressRooFit_ref.root- stressRooFit_ref.root >/dev/null 2>&1;true)
-@(mv -f stressHistFactory_ref.root- stressHistFactory_ref.root >/dev/null 2>&1;true)
-@cd RootShower && $(MAKE) distclean
-@cd rhtml && $(MAKE) distclean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment