Re: maint.mk: improve the release procedure

2012-09-22 Thread Jim Meyering
Akim Demaille wrote: > Le 21 sept. 2012 à 16:44, Jim Meyering a écrit : > > Hi! > >>> diff --git a/top/maint.mk b/top/maint.mk >>> index 87bbde9..e8ea768 100644 >>> --- a/top/maint.mk >>> +++ b/top/maint.mk >>> @@ -91,13 +91,22 @@ my_distdir = $(PACKAGE)-$(VERSION) >>> # Old releases are stored he

Re: maint.mk: improve the release procedure

2012-09-22 Thread Akim Demaille
Le 21 sept. 2012 à 16:44, Jim Meyering a écrit : Hi! >> diff --git a/top/maint.mk b/top/maint.mk >> index 87bbde9..e8ea768 100644 >> --- a/top/maint.mk >> +++ b/top/maint.mk >> @@ -91,13 +91,22 @@ my_distdir = $(PACKAGE)-$(VERSION) >> # Old releases are stored here. >> release_archive_dir ?= ../

Re: avoiding 'static inline'

2012-09-22 Thread Paul Eggert
On 08/29/2012 11:19 PM, Paul Eggert wrote: > I have some more patches relevant to 'static inline' > coming down the pipeline. I'll start with a batch of > nine patches tonight, which I hope are simpler and > less-controversial cases. No comment on those, so I pushed them. I have some more change