From 15ffe6052b206e542e9141619242b9b4013e694b Mon Sep 17 00:00:00 2001 From: Gerardo Ganis <gerardo.ganis@cern.ch> Date: Fri, 17 May 2013 22:05:05 +0200 Subject: [PATCH] Additional temporary debugging to investigate the weird problem with EC builder --- proof/proofbench/Module.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proof/proofbench/Module.mk b/proof/proofbench/Module.mk index d0ff8cc417b..79b85bfe6fc 100644 --- a/proof/proofbench/Module.mk +++ b/proof/proofbench/Module.mk @@ -85,6 +85,7 @@ $(PROOFBENCHMAP): $(RLIBMAP) $(MAKEFILEDEP) $(PROOFBENCHL) $(PBDPAR): $(PBDPARH) $(PBDPARS) $(DMAKEDIR) + stat $(dir $@) @echo "Generating PAR file $@..." @(if test -d $(PBDPARDIR); then \ rm -fr $(PBDPARDIR); \ @@ -116,6 +117,7 @@ $(PBDPAR): $(PBDPARH) $(PBDPARS) $(PBCPAR): $(PBCPARH) $(PBCPARS) $(DMAKEDIR) + stat $(dir $@) @echo "Generating PAR file $@..." @(if test -d $(PBCPARDIR); then \ rm -fr $(PBCPARDIR); \ -- GitLab