Re: [arch-general] Is out of source building still recommended with cmake in PKGBUILD scripts

2014-01-15 Thread Paul Gideon Dann
On Tuesday 14 Jan 2014 23:17:53 Maxime Gauduin wrote: It is indeed no longer required with VCS sources, and has never been with tarballs since those are extracted every time you run makepkg so files you might have changed are overwritten anyway. However I sometimes find useful to keep doing

[arch-general] Is out of source building still recommended with cmake in PKGBUILD scripts

2014-01-14 Thread David C. Rankin
All, Updating PKGBUILDs as specified in VCS_PKGBUILD_Guidelines, I have a svn based source that builds with cmake. In the past I have forced out of source building for all cmake built packages. e.g.: build() { cd $srcdir msg Creating out-of-source build directory: ${srcdir}/${_builddir}

Re: [arch-general] Is out of source building still recommended with cmake in PKGBUILD scripts

2014-01-14 Thread David C. Rankin
On 01/14/2014 03:26 PM, David C. Rankin wrote: Am I reading this correctly to say - creating a separate out-of-source build directory is no longer required -- even for cmake built packages? Or am I just confused again... WOW, I confirmed on a smaller build that with VCS packages no

Re: [arch-general] Is out of source building still recommended with cmake in PKGBUILD scripts

2014-01-14 Thread Maxime Gauduin
On Tue, Jan 14, 2014 at 10:58 PM, David C. Rankin drankina...@suddenlinkmail.com wrote: On 01/14/2014 03:26 PM, David C. Rankin wrote: Am I reading this correctly to say - creating a separate out-of-source build directory is no longer required -- even for cmake built packages? Or am I