bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Makevars handling in 'bootstrap'


From: Bruno Haible
Subject: Re: Makevars handling in 'bootstrap'
Date: Sun, 05 May 2019 23:37:57 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-145-generic; KDE/5.18.0; x86_64; ; )

Paul Eggert wrote:
> > I would suggest to entirely remove the Makevars handling from 'bootstrap',
> > and instead let the maintainers create a Makevars file by hand, according
> > to the documentation - like they also create configure.ac and Makefile.am
> > files by hand.
> 
> Sounds good to me; is that a trivial patch or am I missing something?

The code removal from 'bootstrap' and 'bootstrap.conf' (XGETTEXT_OPTIONS)
would be trivial. However, there is a migration issue: How to notify
maintainers of packages that already use 'bootstrap' that they should
now commit the Makevars file in git and remove it from .gitignore.
Possible actions that 'bootstrap' could do to help this migration:
  - Remove lines that match the regex '/Makevars$' from .gitignore.
  - Print a sentence that explains that Makevars now should be added
    into version control, with a reference to
    
<https://www.gnu.org/software/gettext/manual/html_node/po_002fMakevars.html>.
  - Other actions?

Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]