[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: |
Robert Collins |
Subject: |
Re: Bugs/Features in handling of continued Makefile rules |
Date: |
Fri, 21 Sep 2001 19:08:27 +1000 |
----- Original Message -----
From: "Dean Povey" <address@hidden>
Subject: Re: Bugs/Features in handling of continued Makefile rules
> >> -----Original Message-----
> >> From: address@hidden [mailto:address@hidden
> >>
> >>
> >
> >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.
Ah, that makes more sense. What about moving the comment before/after
the rule? That would preserve the comment (which is presumably the
reason it was entered) and save the Makefile.in semantics.
Rob