Marc Girod <[EMAIL PROTECTED]> writes:

> I'll try to see what exactly affects.

It seems that the discriminating factor in my case,
i.e. what broke my build,
what gmake.

In my first attempt, I had GNU make in my path, preempting /usr/ccs/bin/make.
If I take it away, my build works...
I found that I had to install it in order to build expat (needed for
subversion), which won't build as such with Solaris make:

 cat ~/tmp/foo.mk
FOO=bar

ifndef FOO
FOO=foo
endif

all:
        echo $(FOO)
# Linux/GNU make:
$ type make
make is /usr/bin/make
$ make -f foo.mk
echo bar
bar
# pdsunfire:
$ type make
make is hashed (/usr/ccs/bin/make)
$ make -f ~/tmp/foo.mk
make: Fatal error in reader: /home/mgirod/tmp/foo.mk, line 4: Unexpected end of
line seen

Marc

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to