On Wed, 25 Jun 2008, 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)
> ================================================================================
I don't get that on Solaris 9 sparc.
I'm using GNU make, don't know if that makes a difference to you.
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for sparc-sun-solaris2.9
>
> Thing is that -e is not supported by /bin/sh on Solaris. I would suggest
> replacing '-e' by '-x'.
>
> Cheers
>
> --
> Vlad
>
Hugh
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---