Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/arch
On Thu, 27 May 2010, David Holland wrote:
> On Thu, May 27, 2010 at 09:36:42AM +0200, Alan Barrett wrote:
> > On Thu, 27 May 2010, David A. Holland wrote:
> > > -cleandir distclean: cleanlibdir
> > > +cleandir distclean: .WAIT cleanlibdir
> >
> > I would have expected .WAIT to be a no-op in this context.
>
> foo: bar
> foo: .WAIT baz
>
> [is the same as]
>
> foo: bar .WAIT baz
I think it's a bug that .WAIT affects things declared in different
lines, but OK, thanks for the explanation.
--apb (Alan Barrett)
Home |
Main Index |
Thread Index |
Old Index