GNU bug report logs - #55025
Automake should allow one to enable POSIX make behavior

Previous Next

Package: automake;

Reported by: Vincent Lefevre <vincent <at> vinc17.net>

Date: Tue, 19 Apr 2022 15:35:02 UTC

Severity: wishlist

Tags: confirmed

Done: Karl Berry <karl <at> freefriends.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vincent Lefevre <vincent <at> vinc17.net>
Subject: bug#55025: closed (Re: [PATCH] New "posix" automake option.)
Date: Fri, 06 Oct 2023 22:41:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#55025: Automake should allow one to enable POSIX make behavior

which was filed against the automake package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 55025 <at> debbugs.gnu.org.

-- 
55025: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55025
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Karl Berry <karl <at> freefriends.org>
To: vincent <at> vinc17.net
Cc: 55025 <at> debbugs.gnu.org
Subject: Re: [PATCH] New "posix" automake option.
Date: Fri, 6 Oct 2023 16:40:32 -0600
I installed your patch (and added a tiny test case). Thanks Vincent!
Closing this bug (finally ...). -k

[Message part 3 (message/rfc822, inline)]
From: Vincent Lefevre <vincent <at> vinc17.net>
To: bug-automake <at> gnu.org
Subject: Automake should allow one to enable POSIX make behavior
Date: Tue, 19 Apr 2022 17:33:48 +0200
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html
says about the target rules:

  .POSIX
    The application shall ensure that this special target is specified
    without prerequisites or commands. If it appears as the first
    non-comment line in the makefile, /make/ shall process the makefile
    as specified by this section; otherwise, the behavior of /make/ is
    unspecified.

But even though one may add a .POSIX target as the first non-comment
line in one's Makefile.am file, Automake will add various non-comment
lines before this target in the generated Makefile. I received a
remark about that for GNU MPFR. Though GNU make does not require
this target to be the first non-comment line, this may matter with
other make implementations.

This could be done either by detecting a .POSIX target in Makefile.am
or with some AM_* macro in the configure.ac file.

-- 
Vincent Lefèvre <vincent <at> 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)



This bug report was last modified 1 year and 286 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.