[PATCH v2 05/10] install: check for non-SysV version (Solaris support)

2012-11-07 Thread Blake Jones
> > diff --git a/vim/Makefile b/vim/Makefile > > index f17bebf..7ceba7a 100644 > > --- a/vim/Makefile > > +++ b/vim/Makefile > > @@ -5,8 +5,6 @@ files = plugin/notmuch.vim \ > > prefix = $(HOME)/.vim > > destdir = $(prefix)/plugin > > > > -INSTALL = install -D -m644 > > - > > all: help > >

Re: [PATCH v2 05/10] install: check for non-SysV version (Solaris support)

2012-11-07 Thread Blake Jones
diff --git a/vim/Makefile b/vim/Makefile index f17bebf..7ceba7a 100644 --- a/vim/Makefile +++ b/vim/Makefile @@ -5,8 +5,6 @@ files = plugin/notmuch.vim \ prefix = $(HOME)/.vim destdir = $(prefix)/plugin -INSTALL = install -D -m644 - all: help help: @@ -17,7

[PATCH v2 05/10] install: check for non-SysV version (Solaris support)

2012-11-06 Thread Tomi Ollila
On Mon, Nov 05 2012, Blake Jones wrote: Some quick comments, haven't got time to test yet. // stuff deleted // > diff --git a/vim/Makefile b/vim/Makefile > index f17bebf..7ceba7a 100644 > --- a/vim/Makefile > +++ b/vim/Makefile > @@ -5,8 +5,6 @@ files = plugin/notmuch.vim \ > prefix =

Re: [PATCH v2 05/10] install: check for non-SysV version (Solaris support)

2012-11-06 Thread Tomi Ollila
On Mon, Nov 05 2012, Blake Jones bla...@foo.net wrote: Some quick comments, haven't got time to test yet. // stuff deleted // diff --git a/vim/Makefile b/vim/Makefile index f17bebf..7ceba7a 100644 --- a/vim/Makefile +++ b/vim/Makefile @@ -5,8 +5,6 @@ files = plugin/notmuch.vim \ prefix =

[PATCH v2 05/10] install: check for non-SysV version (Solaris support)

2012-11-05 Thread Blake Jones
Solaris ships a program called "install" in /usr/sbin, which performs a task that's fairly similar to the GNU and BSD "install" programs but which uses very different command line arguments. In particular, if it is invoked without "-c", "-f", or "-n", it will search the target directory for a

[PATCH v2 05/10] install: check for non-SysV version (Solaris support)

2012-11-05 Thread Blake Jones
Solaris ships a program called install in /usr/sbin, which performs a task that's fairly similar to the GNU and BSD install programs but which uses very different command line arguments. In particular, if it is invoked without -c, -f, or -n, it will search the target directory for a file with the