On Thu, 2015-07-30 at 12:03 +0100, Wei Liu wrote:
> On Wed, Jul 15, 2015 at 11:21:17AM +0100, Ian Campbell wrote:
> > This is the result of
> > $ find -name \*.l -exec touch {} \;
> > $ find -name \*.y -exec touch {} \;
> >
> > and then rebuilding.
> >
> > This avoids churn on the machine I u
On Wed, Jul 15, 2015 at 11:21:17AM +0100, Ian Campbell wrote:
> This is the result of
> $ find -name \*.l -exec touch {} \;
> $ find -name \*.y -exec touch {} \;
>
> and then rebuilding.
>
> This avoids churn on the machine I use for committing which has been
> updated, causing flex to go fro
This is the result of
$ find -name \*.l -exec touch {} \;
$ find -name \*.y -exec touch {} \;
and then rebuilding.
This avoids churn on the machine I use for committing which has been
updated, causing flex to go from 2.5.35-10.1 to 2.5.39-8.
Signed-off-by: Ian Campbell
---
Not sure if this