From 1ee6d2a02e368f66373b8cf87689af8e340e926d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 9 Jan 2003 07:44:26 +0000 Subject: [PATCH] Invoke wget with -C off, to disable proxy caches. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index bd087744..99775675 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-01-08 Paul Eggert + + * Makefile.maint (WGETFLAGS): + New macro, containing "-C off" to disable proxy caches. + All uses of $(WGET) changed to $(WGET) $(WGETFLAGS). + (rel-check): Use $(WGET) instead of wget. + 2003-01-06 Paul Eggert * doc/bison.texinfo (Generalized LR Parsing): Add a reference to -- 2.47.2