Re: [Xen-devel] [PATCH] tools: Update libxl flex outputs to Flex from Jessie.

2015-10-22 Thread Ian Campbell
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

Re: [Xen-devel] [PATCH] tools: Update libxl flex outputs to Flex from Jessie.

2015-07-30 Thread Wei Liu
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

[Xen-devel] [PATCH] tools: Update libxl flex outputs to Flex from Jessie.

2015-07-15 Thread Ian Campbell
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