Re: [perf] make clean problematic bashism

2012-08-15 Thread Arnaldo Carvalho de Melo
Em Wed, Aug 15, 2012 at 12:26:48PM +0200, Peter Zijlstra escreveu: > On Wed, 2012-08-15 at 11:52 +0200, Wouter M. Koolen wrote: > > The reason for this was a bunch of generated empty flex files in util/ > > that were not removed by make clean. They are intended to be erased, > > since the Makefil

Re: [perf] make clean problematic bashism

2012-08-15 Thread Wouter M. Koolen
On 08/15/2012 12:26 PM, Peter Zijlstra wrote: On Wed, 2012-08-15 at 11:52 +0200, Wouter M. Koolen wrote: Dear perf maintainers, I attempted to compile perf 3.5.1 without worrying about installing dependencies first. The resulting error messages were quite helpful, and led me to install a bunch

Re: [perf] make clean problematic bashism

2012-08-15 Thread Peter Zijlstra
On Wed, 2012-08-15 at 11:52 +0200, Wouter M. Koolen wrote: > Dear perf maintainers, > > I attempted to compile perf 3.5.1 without worrying about installing > dependencies first. The resulting error messages were quite helpful, and > led me to install a bunch of development libraries and flex. >

[perf] make clean problematic bashism

2012-08-15 Thread Wouter M. Koolen
Dear perf maintainers, I attempted to compile perf 3.5.1 without worrying about installing dependencies first. The resulting error messages were quite helpful, and led me to install a bunch of development libraries and flex. Unfortunately, after installing flex the build still failed, even af