summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2001-09-10 05:03:06 +0000
committerbwarsaw2001-09-10 05:03:06 +0000
commitae05b62d39637e4bbcb4d85500fe2ce4afb93fe0 (patch)
tree7e90bf114fcdf55efb1dd82f64d333c9a023bb8d
parentfa039e0d1b8a7fe4bafbfec2d62f57c9b8eb91d6 (diff)
downloadmailman-ae05b62d39637e4bbcb4d85500fe2ce4afb93fe0.tar.gz
mailman-ae05b62d39637e4bbcb4d85500fe2ce4afb93fe0.tar.zst
mailman-ae05b62d39637e4bbcb4d85500fe2ce4afb93fe0.zip
Don't tee to update.log any more. Closes SF bug #447162.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index cd9ef9f1d..98412a0a4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -125,7 +125,7 @@ doinstall: $(SUBDIRS)
$(PYTHON) -c 'from compileall import *; compile_dir("$(prefix)/Mailman")'
update:
- @(cd $(prefix) ; bin/update) | tee ./update.log
+ @(cd $(prefix) ; bin/update)
clean: $(SUBDIRS)
@for d in $(SUBDIRS); \