[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#55025: Automake should allow one to enable POSIX make behavior
From: |
Vincent Lefevre |
Subject: |
bug#55025: Automake should allow one to enable POSIX make behavior |
Date: |
Tue, 3 Oct 2023 01:19:16 +0200 |
User-agent: |
Mutt/2.2.12+67 (757ca3b3) vl-149028 (2023-09-09) |
On 2023-10-02 15:17:13 -0600, Karl Berry wrote:
> Sorry, I don't understand what you want Automake to do.
>
> Right now, as far as I can tell, Automake does nothing with .POSIX. It's
> not mentioned in the manual nor, as far as I can grep, the code. Maybe
> that's the issue, and you want a leading .POSIX in your Makefile.am to
> be specially copied at the beginning of the output Makefile.in?
> (Or an option, or something.)
Yes, Automake should either detect a ".POSIX:" in the Makefile.am
file (at least if it is the first non-comment line) and place it at
the beginning of Makefile.in, or provide an option to be used with
AM_INIT_AUTOMAKE (or AUTOMAKE_OPTIONS) in order to have a ".POSIX:"
at the beginning of Makefile.in.
> But ... have you tried to run a Makefile originating from Automake with
> .POSIX in effect? I feel doubtful that it will work, although I don't
> know it for a fact. -k
The Makefile.am files of GNU MPFR have a ".POSIX:" target as the
first non-comment line: the shell for recipes is expected to be
run with the -e flag. So, the ".POSIX:" is necessary for GNU Make
in order to detect errors[*] (fortunately, GNU Make does not seem
to care about its position in Makefile).
[*] It is not needed for a successful build, but its absence might
yield successful builds that are actually broken.
--
Vincent Lefèvre <vincent@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
- bug#55025: Automake should allow one to enable POSIX make behavior, Vincent Lefevre, 2023/10/02
- bug#55025: Automake should allow one to enable POSIX make behavior, Karl Berry, 2023/10/02
- bug#55025: Automake should allow one to enable POSIX make behavior,
Vincent Lefevre <=
- bug#55025: Automake should allow one to enable POSIX make behavior, Karl Berry, 2023/10/03
- bug#55025: Automake should allow one to enable POSIX make behavior, Vincent Lefevre, 2023/10/04
- bug#55025: [PATCH] New "posix" automake option., Vincent Lefevre, 2023/10/04
- bug#55025: [PATCH] New "posix" automake option., Karl Berry, 2023/10/05
- bug#55025: [PATCH] New "posix" automake option., Karl Berry, 2023/10/06