[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: proposed gnulib module 'configmake', plus use by 'localcharset'
From: |
Jim Meyering |
Subject: |
Re: proposed gnulib module 'configmake', plus use by 'localcharset' |
Date: |
Tue, 29 Aug 2006 17:52:02 +0200 |
Paul Eggert <address@hidden> wrote:
> Thanks for your suggestions, which were all right on the money.
> I installed the following patch, which incorporates them.
>
> 2006-08-29 Paul Eggert <address@hidden>
>
> * modules/configmake (Makefile.am): Add a comment, and omit
> the CONFIGMAKE_ prefix from generated macro names. Suggested
> by Bruno Haible.
Here's one more little change I've applied. Without it, rerunning
coreutils' bootstrap and building would not update a stale copy of
configmake.h, containing the now-invalid CONFIGMAKE_ prefixes.
2006-08-29 Jim Meyering <address@hidden>
* modules/configmake (Makefile.am): Make configmake.h depend on
Makefile. Otherwise, a stale configmake.h could hang around.
Index: modules/configmake
===================================================================
RCS file: /sources/gnulib/gnulib/modules/configmake,v
retrieving revision 1.2
diff -u -r1.2 configmake
--- modules/configmake 29 Aug 2006 14:25:00 -0000 1.2
+++ modules/configmake 29 Aug 2006 15:37:27 -0000
@@ -23,7 +23,7 @@
# Another advantage is that 'make' output is shorter.
#
# Listed in the same order as the GNU makefile conventions.
-configmake.h:
+configmake.h: Makefile
( \
echo '#define PREFIX "$(prefix)"'; \
echo '#define EXEC_PREFIX "$(exec_prefix)"'; \
- proposed gnulib module 'configmake', plus use by 'localcharset', Paul Eggert, 2006/08/25
- Re: proposed gnulib module 'configmake', plus use by 'localcharset', Ralf Wildenhues, 2006/08/25
- Re: proposed gnulib module 'configmake', plus use by 'localcharset', Paul Eggert, 2006/08/25
- Re: [bug-gnulib] Re: proposed gnulib module 'configmake', plus use by 'localcharset', Bruno Haible, 2006/08/29
- Re: [bug-gnulib] Re: proposed gnulib module 'configmake', plus use by 'localcharset', Paul Eggert, 2006/08/29
- Re: [bug-gnulib] Re: proposed gnulib module 'configmake', plus use by 'localcharset', Bruno Haible, 2006/08/29
- Re: proposed gnulib module 'configmake', plus use by 'localcharset',
Jim Meyering <=
- Re: proposed gnulib module 'configmake', plus use by 'localcharset', Ralf Wildenhues, 2006/08/29
- Re: proposed gnulib module 'configmake', plus use by 'localcharset', Jim Meyering, 2006/08/29
- Re: proposed gnulib module 'configmake', plus use by 'localcharset', Ralf Wildenhues, 2006/08/29
Re: compilation flags per object file, Bruno Haible, 2006/08/25
Re: compilation flags per object file, Paul Eggert, 2006/08/25