[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bugs/Features in handling of continued Makefile rules
From: |
Dean Povey |
Subject: |
Re: Bugs/Features in handling of continued Makefile rules |
Date: |
Fri, 21 Sep 2001 08:50:33 +1000 |
>> -----Original Message-----
>> From: address@hidden [mailto:address@hidden
>>
>>
>> 3. Because of a stupidity in Tru64 make, automake displays
>> an error message if comments are found immediately after
>> the tab (plus
>> zero/more whitespace). I think perhaps a nicer approach
>> would be for
>> automake to allow comments in the .am and omit them from
>> the Makefile.in
>> output.
>
>Use
>## Comment
>They get omitted from Makefile.in.
I know about ##, I just thought handling # in Make rules by omitting them
was a nicer then printing an error message.
Dean.