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: > > ============================================== > 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) > > ============================================== > in Configure script: > > - add a couple of new VxWorks targets > > =============================================== > > Cheers, > Zoran Milojevic > SS8 Networks Inc > ------ > Attachments are virus free! > > This message has been scanned for viruses at the originating end by > Nemx Anti-Virus for MS Exchange Server/IMC > http://www.nemx.com/products/antivirus > > > -- Richard Levitte ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
