Re: Need modification to waf build recipe

2016-08-11 Thread Amar Takhar
On 2016-08-11 09:04 -0400, Eric S. Raymond wrote: > How is it the entire build? There are lots of wscript files not in there... That's the source designation files, all the logic is in the former 'pylib' dir. > 'wafbuild' was in fact my first choice. Can't use it; there's a collision > with >

Re: Need modification to waf build recipe

2016-08-11 Thread Eric S. Raymond
Amar Takhar : > On 2016-08-11 08:11 -0400, Eric S. Raymond wrote: > > This is a heads-up to Amar. > > > > As part of the effort to rewrite ntpq in Python, I have renamed the old > > pylib/ directory to wafhelpers/ and created a new pylib/ that contains > > an installable Python module. (The renam

Re: Need modification to waf build recipe

2016-08-11 Thread Amar Takhar
On 2016-08-11 08:11 -0400, Eric S. Raymond wrote: > This is a heads-up to Amar. > > As part of the effort to rewrite ntpq in Python, I have renamed the old > pylib/ directory to wafhelpers/ and created a new pylib/ that contains > an installable Python module. (The rename is to maintain paralleli

Need modification to waf build recipe

2016-08-11 Thread Eric S. Raymond
This is a heads-up to Amar. As part of the effort to rewrite ntpq in Python, I have renamed the old pylib/ directory to wafhelpers/ and created a new pylib/ that contains an installable Python module. (The rename is to maintain parallelism with perllib). On install, I need the build recipe to co