X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=Makefile;h=cb6d17eeaace3356f0376ce1e50a7b6284325291;hp=feb751d7a9b9e99c30f1549444289cf9ebb3797e;hb=ca88e26ceabd4c88c862d17ec3d57808f954396a;hpb=fe4da5cc22f890b04843f1aebec0f1bf4f9c3fc9 diff --git a/Makefile b/Makefile index feb751d7a9b..cb6d17eeaac 100644 --- 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 \