Vladimir Marek wrote:
> > I have done a successful compile, build, run and 'make test' on:
> [...]
>
> Oh, didn't know that there's make test :)
>
> When I run it, I can see
>
> ================================== make test
> ===================================
> make[2]: Leaving directory `/share/chroot/on81/tmp/vim72a/src'
> if test -n "" -a -f po/Makefile; then \
> cd po; make -f Makefile check VIM=../vim; \
> fi
> if test vim != vim -a ! -e vim; then \
> ln -s vim vim; \
> fi
> /bin/sh: test: argument expected
> make[1]: [test] Error 1 (ignored)
> ================================================================================
>
> Thing is that -e is not supported by /bin/sh on Solaris. I would suggest
> replacing '-e' by '-x'.
If the link "vim" already exists but is not executable, then '-x vim'
fails.
How about using "-r vim". If some file/directory/link "vim" exists then
it's probably readable. Is "-r" supported by all versions of 'test'?
--
You can't have everything. Where would you put it?
-- Steven Wright
/// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---