[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Automake-NG] [FYI 4/6] general: assume '#' comment in make recipes
From: |
Akim Demaille |
Subject: |
Re: [Automake-NG] [FYI 4/6] general: assume '#' comment in make recipes are ok |
Date: |
Fri, 25 May 2012 08:57:30 +0200 |
Le 25 mai 2012 à 02:16, Stefano Lattarini a écrit :
I don't understand how this:
> The Autoconf manual (2.69) reports:
>
> Some make implementations treat anything starting with a tab as
> a command for the current rule, even if the tab is immediately
> followed by a '#'. The make from Tru64 Unix V5.1 is one of them.
can be connected to code like this:
> - cat $(srcdir)/config.hin ;: For debugging.
> - cat config.h ;: Likewise.
> + cat $(srcdir)/config.hin # For debugging.
> + cat config.h # Likewise.
?
In the present case, this is a shell comment, not a Make comment.
- [Automake-NG] [FYI 0/6] Some simple fixlets and cleanup patches, Stefano Lattarini, 2012/05/24
- [Automake-NG] [FYI 2/6] fixup: support verbatim lines only in private '.am' fragments, Stefano Lattarini, 2012/05/24
- [Automake-NG] [FYI 1/6] fixup: interaction between verbatim lines and line continuation, Stefano Lattarini, 2012/05/24
- [Automake-NG] [FYI 3/6] general: assume GNU make semantic in line continuation, Stefano Lattarini, 2012/05/24
- [Automake-NG] [FYI 5/6] tests: don't disable portability warnings when there's no need, Stefano Lattarini, 2012/05/24
- [Automake-NG] [FYI 4/6] general: assume '#' comment in make recipes are ok, Stefano Lattarini, 2012/05/24
- Re: [Automake-NG] [FYI 4/6] general: assume '#' comment in make recipes are ok,
Akim Demaille <=
- [Automake-NG] [FYI 6/6] am: make function to canonicalize names, Stefano Lattarini, 2012/05/24
Re: [Automake-NG] [FYI 0/6] Some simple fixlets and cleanup patches, Akim Demaille, 2012/05/25