Re: [PR] Fix -v flag usage with install(1) on OpenBSD/NetBSD/Solaris/AIX

2022-07-16 Thread Willy Tarreau
On Sat, Jul 16, 2022 at 07:01:22PM -0400, Brad Smith wrote: > On 7/16/2022 12:52 PM, Willy Tarreau wrote: > > On Sat, Jul 16, 2022 at 05:18:50AM -0400, Brad Smith wrote: > > > On Sat, Jul 16, 2022 at 11:09:19AM +0200, Willy Tarreau wrote: > > > > Looks good. Let's just add a commit message and I'll

Re: [PR] Fix -v flag usage with install(1) on OpenBSD/NetBSD/Solaris/AIX

2022-07-16 Thread Brad Smith
On 7/16/2022 12:52 PM, Willy Tarreau wrote: On Sat, Jul 16, 2022 at 05:18:50AM -0400, Brad Smith wrote: On Sat, Jul 16, 2022 at 11:09:19AM +0200, Willy Tarreau wrote: Looks good. Let's just add a commit message and I'll merge it. BUILD: makefile: Fix install(1) handling for OpenBSD/NetBSD/Sol

Re: [PR] Fix -v flag usage with install(1) on OpenBSD/NetBSD/Solaris/AIX

2022-07-16 Thread Willy Tarreau
On Sat, Jul 16, 2022 at 05:18:50AM -0400, Brad Smith wrote: > On Sat, Jul 16, 2022 at 11:09:19AM +0200, Willy Tarreau wrote: > > Looks good. Let's just add a commit message and I'll merge it. > > > BUILD: makefile: Fix install(1) handling for OpenBSD/NetBSD/Solaris/AIX (...) Applied, thank you B

Re: [PR] Fix -v flag usage with install(1) on OpenBSD/NetBSD/Solaris/AIX

2022-07-16 Thread Brad Smith
On Sat, Jul 16, 2022 at 11:09:19AM +0200, Willy Tarreau wrote: > Looks good. Let's just add a commit message and I'll merge it. BUILD: makefile: Fix install(1) handling for OpenBSD/NetBSD/Solaris/AIX Add a new INSTALL variable to allow overridiing the flags passed to install(1). install(1) on Op

Re: [PR] Fix -v flag usage with install(1) on OpenBSD/NetBSD/Solaris/AIX

2022-07-16 Thread Willy Tarreau
On Sat, Jul 16, 2022 at 12:57:14AM -0400, Brad Smith wrote: > How about something like the following? > > > diff --git a/Makefile b/Makefile > index 85f6c632d..5cc59a061 100644 > --- a/Makefile > +++ b/Makefile > @@ -81,6 +81,9 @@ > # DESTDIR is not set by default and is used for installation

Re: [PR] Fix -v flag usage with install(1) on OpenBSD/NetBSD/Solaris/AIX

2022-07-15 Thread Brad Smith
On Sat, Jul 16, 2022 at 06:25:52AM +0200, Willy Tarreau wrote: > On Sat, Jul 16, 2022 at 12:22:49AM -0400, Brad Smith wrote: > > On 7/15/2022 11:59 PM, Willy Tarreau wrote: > > > Hello, > > > > > > On Fri, Jul 15, 2022 at 07:27:12PM -0400, Brad Smith wrote: > > > > On 7/15/2022 1:34 AM, ?

Re: [PR] Fix -v flag usage with install(1) on OpenBSD/NetBSD/Solaris/AIX

2022-07-15 Thread Willy Tarreau
On Sat, Jul 16, 2022 at 12:22:49AM -0400, Brad Smith wrote: > On 7/15/2022 11:59 PM, Willy Tarreau wrote: > > Hello, > > > > On Fri, Jul 15, 2022 at 07:27:12PM -0400, Brad Smith wrote: > > > On 7/15/2022 1:34 AM, ??? wrote: > > > > I wonder how do NetBSD/OpenBSD ports work, do they use th

Re: [PR] Fix -v flag usage with install(1) on OpenBSD/NetBSD/Solaris/AIX

2022-07-15 Thread Brad Smith
On 7/15/2022 11:59 PM, Willy Tarreau wrote: Hello, On Fri, Jul 15, 2022 at 07:27:12PM -0400, Brad Smith wrote: On 7/15/2022 1:34 AM, ??? wrote: I wonder how do NetBSD/OpenBSD ports work, do they use their own "install" invocation instead of "make install" ? shouldn't they switch to "m

Re: [PR] Fix -v flag usage with install(1) on OpenBSD/NetBSD/Solaris/AIX

2022-07-15 Thread Willy Tarreau
Hello, On Fri, Jul 15, 2022 at 07:27:12PM -0400, Brad Smith wrote: > On 7/15/2022 1:34 AM, ??? wrote: > > I wonder how do NetBSD/OpenBSD ports work, do they use their own > > "install" invocation instead of "make install" ? > > shouldn't they switch to "make install" ? > > NetBSD uses th

Re: [PR] Fix -v flag usage with install(1) on OpenBSD/NetBSD/Solaris/AIX

2022-07-15 Thread Brad Smith
On 7/15/2022 1:34 AM, Илья Шипицин wrote: I wonder how do NetBSD/OpenBSD ports work, do they use their own "install" invocation instead of "make install" ? shouldn't they switch to "make install" ? NetBSD uses the Makefile's install targets but patches out the -v flag. OpenBSD used it's own i

Re: [PR] Fix -v flag usage with install(1) on OpenBSD/NetBSD/Solaris/AIX

2022-07-14 Thread Илья Шипицин
I wonder how do NetBSD/OpenBSD ports work, do they use their own "install" invocation instead of "make install" ? shouldn't they switch to "make install" ? пт, 15 июл. 2022 г. в 10:25, PR Bot : > Dear list! > > Author: Brad Smith > Number of patches: 1 > > This is an automated relay of the Githu

[PR] Fix -v flag usage with install(1) on OpenBSD/NetBSD/Solaris/AIX

2022-07-14 Thread PR Bot
Dear list! Author: Brad Smith Number of patches: 1 This is an automated relay of the Github pull request: Fix -v flag usage with install(1) on OpenBSD/NetBSD/Solaris/AIX Patch title(s): Fix -v flag usage with install(1) on OpenBSD/NetBSD/Solaris/AIX Link: https://github.com/haproxy/h