]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Temporary solution to cleanup some compiled macros in the TRD directory.
authorabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 16 Sep 2008 13:20:09 +0000 (13:20 +0000)
committerabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 16 Sep 2008 13:20:09 +0000 (13:20 +0000)
The macros are used in the visualization

EVE/binalieve.pkg

index 39a0993cb708122c9ca0320000c5477aca551af2..17c97b451cb7efddc3f8709b6bd72c5978b2747f 100644 (file)
@@ -34,6 +34,8 @@ alieve_clean_compiled_macros:
        @echo "***** Removing .d and .$(SOEXT) files from EVE/alice-macros/ *****"
        $(MUTE)rm -f $(ALICE_ROOT)/EVE/alice-macros/*_C.d
        $(MUTE)rm -f $(ALICE_ROOT)/EVE/alice-macros/*_C.$(SOEXT)
+  $(MUTE)rm -f $(ALICE_ROOT)/TRD/qaRec/macros/*_C.d
+  $(MUTE)rm -f $(ALICE_ROOT)/TRD/qaRec/macros/*_C.$(SOEXT)
 
 ifeq (macosx,$(ALICE_TARGET))