Re: btrfs-prog: improve build-system by autoconf

2015-02-04 Thread Karel Zak
On Wed, Jan 28, 2015 at 04:38:15PM +0100, David Sterba wrote: > Rebased on 3.18.3, fixed some minor conflicts. > > * I'm a bit surprised that automake is required for the > config.{guess,sub} and install-sh files well, it's not required, but autoconf does not provide the scripts. You have to

Re: btrfs-prog: improve build-system by autoconf

2015-01-28 Thread David Sterba
On Fri, Jan 16, 2015 at 04:26:13PM +0100, Karel Zak wrote: > On Wed, Dec 17, 2014 at 03:07:26PM +0100, David Sterba wrote: > > On Fri, Dec 12, 2014 at 01:35:14PM +0100, Karel Zak wrote: > > > This is first step to make btrfs-progs build system more conventional > > > for userspace users and develop

Re: btrfs-prog: improve build-system by autoconf

2015-01-16 Thread Karel Zak
On Wed, Dec 17, 2014 at 03:07:26PM +0100, David Sterba wrote: > On Fri, Dec 12, 2014 at 01:35:14PM +0100, Karel Zak wrote: > > This is first step to make btrfs-progs build system more conventional > > for userspace users and developers. All is implemented by small incremental > > patches to keep th

Re: btrfs-prog: improve build-system by autoconf

2014-12-22 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karel Zak schreef op 18-12-14 14:31: > On Wed, Dec 17, 2014 at 03:07:26PM +0100, David Sterba wrote: >> On Fri, Dec 12, 2014 at 01:35:14PM +0100, Karel Zak wrote: >>> This is first step to make btrfs-progs build system more >>> conventional for userspa

Re: btrfs-prog: improve build-system by autoconf

2014-12-18 Thread Eric Sandeen
On 12/18/14 7:31 AM, Karel Zak wrote: > On Wed, Dec 17, 2014 at 03:07:26PM +0100, David Sterba wrote: >> On Fri, Dec 12, 2014 at 01:35:14PM +0100, Karel Zak wrote: >>> This is first step to make btrfs-progs build system more conventional >>> for userspace users and developers. All is implemented by

Re: btrfs-prog: improve build-system by autoconf

2014-12-18 Thread Karel Zak
On Wed, Dec 17, 2014 at 03:07:26PM +0100, David Sterba wrote: > On Fri, Dec 12, 2014 at 01:35:14PM +0100, Karel Zak wrote: > > This is first step to make btrfs-progs build system more conventional > > for userspace users and developers. All is implemented by small incremental > > patches to keep th

Re: btrfs-prog: improve build-system by autoconf

2014-12-17 Thread David Sterba
On Fri, Dec 12, 2014 at 01:35:14PM +0100, Karel Zak wrote: > This is first step to make btrfs-progs build system more conventional > for userspace users and developers. All is implemented by small incremental > patches to keep things review-able. Thanks. I went through the patches and haven't foun

btrfs-prog: improve build-system by autoconf

2014-12-12 Thread Karel Zak
This is first step to make btrfs-progs build system more conventional for userspace users and developers. All is implemented by small incremental patches to keep things review-able. The Makefile targets and rules are no changed, things like V=1 (verbose), C=1 (sparse) static builds, etc. still wor