From cec56ef02c7bed176a03aa103164060466a3253f Mon Sep 17 00:00:00 2001 From: fca Date: Fri, 4 Jun 1999 06:49:25 +0000 Subject: [PATCH] Remove also *#* files before distribution. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e7d9bc723a4..b68b07c3f9c 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,8 @@ 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) ; \ -- 2.43.0