From: Paul Eggert Date: Thu, 9 Jan 2003 07:44:26 +0000 (+0000) Subject: Invoke wget with -C off, to disable proxy caches. X-Git-Tag: BISON-2_0~433 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/1ee6d2a02e368f66373b8cf87689af8e340e926d?ds=sidebyside Invoke wget with -C off, to disable proxy caches. --- 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