Hello,

I've finally started looking at your VxWorks patch.  It looks good, 
except for two things I strongly disagree with:

1. The change in Makefile.org requires GNU make.  Sorry, we can't 
assume that, so I wonder if you have some different solution to get 
libs only.
2. As far as I can see, splitting up the arguments to makedepend 
with -- like you do is not necessary, and actually 
counterproductive, at least according to the manual I have.

[[EMAIL PROTECTED] - Tue Aug 27 09:04:44 2002]:

[...]
> ==============================================
> in Makefile.org
> 
> would it be possible to have separate target to just build the
> libssl and libcrypto, and skip the apps, test and tools?
> There must be a better way to do it than this:
> 
> libs:
>       $(MAKE) DIRS="$(SHLIBDIRS)"

I'm not sure I can see a better way.  I usually do this on the 
command line:

    make crypto ssl

> ==============================================
> in various other Makefiles
> 
> gcc incarnations for various targets use a lot of funky compile 
flags
> in the form of "-fthefunkyflag"; this sometimes confuses 
makedepend,
> since it has it's own "-fmakefile" option.  The makedepend man page
> suggests
> enclosing the CFLAGS between double dashes:
> 
> $(MAKEDEPEND) -- $(CFLAG) -- $(INCLUDE) $(DEPFLAG) $(PROGS) 
$(LIBSRC)

And in that case, at lease $(INCLUDE) and the macro definition 
portion of $(CFLAG) should end up before the first double dash...

-- 
Richard Levitte
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to