Simon Josefsson <[EMAIL PROTECTED]> writes:
> Jim Meyering <[EMAIL PROTECTED]> writes:
>
>> Simon Josefsson <[EMAIL PROTECTED]> wrote:
>>
>>> Simon Josefsson <[EMAIL PROTECTED]> writes:
>>>
>>>> * build-aux/Makefile.maint:
>>>
>>> I will hurt my fingers over this name (and the related Makefile.cfg),
>>> when completing for Makefile.am, so I would prefer to have names that
>>> doesn't begin with 'Makefile'.
>>>
>>> gnulib.mk and gnulib-cfg.mk?
>>>
>>> gnulib.mk and local.mk? (Avoids auto-completion problem in previous)?
>>>
>>> maintainer.mk and local-maintainer.mk?
>>
>> Ok.
>> How about maint.mk and maint-cfg.mk?
>
> Sounds good. Installed.
Auto-completing maint* is causing me problem already... while this is
very minor, it also occurred to me that "cfg" is rather incorrect.
maint-cfg.mk will likely contain a lot of local maintainer rules.
How about maint.mk and local.mk?
I've also discovered that maint-cfg.mk (or local.mk) is a very useful
place to put rules for various build environments. E.g.:
W32ROOT ?= $(HOME)/w32root
mingw32: autoreconf
./configure $(CFGFLAGS) --host=i586-mingw32msvc
--build=`./config.guess` --prefix=$(W32ROOT)
Then I don't have to remember how to build it for mingw32 anymore.
_______________________________________________
bug-gnulib mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnulib