]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Do not save CVS subdirectories
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 21 May 1999 17:21:49 +0000 (17:21 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 21 May 1999 17:21:49 +0000 (17:21 +0000)
Makefile

index feb751d7a9b9e99c30f1549444289cf9ebb3797e..e7d9bc723a49faac203ce5d353c6c866d6e6e3de 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -88,7 +88,7 @@ AliRoot3.01.tar.gz AliLibs3.01.tar.gz AliOffline3.01.tar.gz:
                @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 \