]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - Makefile
Correct syntax error.
[u/mrichter/AliRoot.git] / Makefile
index feb751d7a9b9e99c30f1549444289cf9ebb3797e..cb6d17eeaace3356f0376ce1e50a7b6284325291 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -83,12 +83,13 @@ AliRoot3.01.tar.gz AliLibs3.01.tar.gz AliOffline3.01.tar.gz:
                @rm -f $(ALICE)/$@ 
                @rm -f `find . -name '*~' -print` \
                        `find . -name '*.bak' -print` \
-                       `find . -name '.*~' -print` 
+                       `find . -name '.*~' -print` \
+                      `find . -name '*\#*' -print` 
                @rm -f /tmp/saves
                @ls -1d $^ | sed -e "s/^/$(ALICE_LEVEL)\//" > /tmp/saves
                @cd $(ALICE) ; \
                 gtar cvfz $@ --exclude '*.o' --exclude '*Cint.*' \
-                --exclude '*/roothtml/*' `cat /tmp/saves` ; \
+                --exclude '*/roothtml/*' --exclude '*/CVS' `cat /tmp/saves` 
 
 alidepend:
                @for i in $(ALIROOT_DIRS) ; do \