Re: make depend from Configure?

2002-06-11 Thread Rich Salz
No, think about it a bit more. What I sent you meets the 80/20 rule. /r$ __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED]

Re: make depend from Configure?

2002-06-11 Thread Bodo Moeller
Richard Levitte - VMS Whacker [EMAIL PROTECTED]: In revision 1.81 of Configure, the automatic run of 'make depend' was commented out. IIRC, this was done because we had a dependency rebuild war happening a little now and then back then. Since then, we've unified the results of dependency

Re: make depend from Configure?

2002-06-11 Thread Doug Kaufman
On Tue, 11 Jun 2002, Bodo Moeller wrote: Richard Levitte - VMS Whacker [EMAIL PROTECTED]: In revision 1.81 of Configure, the automatic run of 'make depend' was commented out. IIRC, this was done because we had a dependency rebuild war happening a little now and then back then. Since

Re: make depend from Configure?

2002-06-10 Thread Ulf Möller
On Sun, Jun 09, 2002 at 09:23:05AM -0700, Tim Rice wrote: Currently 'make depend' uses makedepend which is part of X11. While it may be likely that development machines have X, there may be people building OpenSSL on machines with no X. Also I think makedepend doesn't produce the exact same

Re: make depend from Configure?

2002-06-10 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Sun, 9 Jun 2002 20:35:31 -0400 (EDT), Rich Salz [EMAIL PROTECTED] said: rsalz If makedepend is not found, perhaps a pointer to sources to build one. rsalz rsalz Or, since perl is already required, include a quick perl script that does rsalz 70% of the job.

Re: make depend from Configure?

2002-06-10 Thread Rich Salz
Richard Levitte - VMS Whacker wrote: rsalz Or, since perl is already required, include a quick perl script that does rsalz 70% of the job. Hmm, that could possibly be done... Do you have something ready? Attached. Hope it's useful. /r$ #! /usr/bin/env perl -- ## Rough tool

Re: make depend from Configure?

2002-06-10 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Mon, 10 Jun 2002 11:46:49 -0400, Rich Salz [EMAIL PROTECTED] said: rsalz Attached. Hope it's useful. Unfortunately no. We need one that works a little more lika a preprocessor, so macros are actually taken into account. Think excluded algorithms. -- Richard

Re: make depend from Configure?

2002-06-09 Thread Ben Laurie
Richard Levitte - VMS Whacker wrote: In revision 1.81 of Configure, the automatic run of 'make depend' was commented out. IIRC, this was done because we had a dependency rebuild war happening a little now and then back then. Since then, we've unified the results of dependency generation

Re: make depend from Configure?

2002-06-09 Thread Tim Rice
On Thu, 6 Jun 2002, Richard Levitte - VMS Whacker wrote: In revision 1.81 of Configure, the automatic run of 'make depend' was commented out. IIRC, this was done because we had a dependency rebuild war happening a little now and then back then. Since then, we've unified the results of

Re: make depend from Configure?

2002-06-09 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Sun, 9 Jun 2002 09:23:05 -0700 (PDT), Tim Rice [EMAIL PROTECTED] said: tim Currently 'make depend' uses makedepend which is part of X11. Ahem, or if gcc is the chosen compiler, it's used instead of makedepend. tim While it may be likely that development

Re: make depend from Configure?

2002-06-09 Thread Rich Salz
If makedepend is not found, perhaps a pointer to sources to build one. Or, since perl is already required, include a quick perl script that does 70% of the job. __ OpenSSL Project

Re: make depend from Configure?

2002-06-09 Thread Tim Rice
On Mon, 10 Jun 2002, Richard Levitte - VMS Whacker wrote: In message [EMAIL PROTECTED] on Sun, 9 Jun 2002 09:23:05 -0700 (PDT), Tim Rice [EMAIL PROTECTED] said: tim Currently 'make depend' uses makedepend which is part of X11. Ahem, or if gcc is the chosen compiler, it's used instead of

make depend from Configure?

2002-06-06 Thread Richard Levitte - VMS Whacker
In revision 1.81 of Configure, the automatic run of 'make depend' was commented out. IIRC, this was done because we had a dependency rebuild war happening a little now and then back then. Since then, we've unified the results of dependency generation with the domd script, so this kind of war