Good catch.

But I'm ok forcing devs to install flex.  Or be creative -- without any help -- 
to generate .c files from .l files themselves.  :-)


> On Apr 22, 2015, at 5:08 PM, Paul Hargrove <phhargr...@lbl.gov> wrote:
> 
> 
> On Wed, Apr 22, 2015 at 2:02 PM, Jeff Squyres (jsquyres) <jsquy...@cisco.com> 
> wrote:
> FWIW, it *did* print a list of files for me on my Mac when I faked it out and 
> forced it to *not* find flex.
> 
> 
> A quick look and the commit shows
>     for lfile in `find . -name \*.l -print`; do
> 
> Notice the find is rooted at ".".
> I pretty much always use VPATH builds, and I am guessing you did not.
> That would explain the difference in output.
> 
> If you should happen to want to restore the logic to print the files, then 
> "find ." should probably be "find $(top_srcdir)"
> 
> -Paul
> 
> -- 
> Paul H. Hargrove                          phhargr...@lbl.gov
> Computer Languages & Systems Software (CLaSS) Group
> Computer Science Department               Tel: +1-510-495-2352
> Lawrence Berkeley National Laboratory     Fax: +1-510-486-6900
> _______________________________________________
> devel mailing list
> de...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
> Link to this post: 
> http://www.open-mpi.org/community/lists/devel/2015/04/17321.php


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/

Reply via email to