In message <[EMAIL PROTECTED]> on Tue, 02 Nov 2004 22:47:13 +0100 (CET), Richard 
Levitte - VMS Whacker <[EMAIL PROTECTED]> said:

richard> In message <[EMAIL PROTECTED]> on Tue, 2 Nov 2004 20:56:14 +0000 (GMT), Chris 
Pitchford <[EMAIL PROTECTED]> said:
richard> 
richard> openssl> On Tue, 2 Nov 2004, Richard Levitte - VMS Whacker wrote:
richard> openssl> 
richard> openssl> > In message <[EMAIL PROTECTED]> on Thu, 28 Oct 2004 17:51:48 -0400, 
Carson Gaspar <[EMAIL PROTECTED]> said:
richard> openssl> >
richard> openssl> > carson> --On Thursday, October 28, 2004 15:13:14 +0100 Robert 
Bannocks
richard> openssl> > carson> <[EMAIL PROTECTED]> wrote:
richard> openssl> > carson>
richard> openssl> > carson> > I get this too if you quote the $(EXHEADER) to be 
"$(EXHEADER)" in the
richard> openssl> > carson> > install section of the files listed below it compiles 
and installs ok.
richard> openssl> > carson>
richard> openssl> > carson> This will break if EXHEADER is _not_ empty. The following
richard> openssl> > carson> snippet should work in all cases (assuming I got my 
backslash
richard> openssl> > carson> escaping right...):
richard> openssl> > carson>
richard> openssl> > carson> install:
richard> openssl> > carson>     @if test -n "$(EXHEADER)"; then \
richard> openssl> > carson>             headerlist="$(EXHEADER)"; \
richard> openssl> > carson>             for i in $$headerlist; do \
richard> openssl> > carson>                     (cp $$i 
$(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
richard> openssl> > carson>                     chmod 644 
$(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
richard> openssl> > carson>             done; \
richard> openssl> > carson>     fi
richard> openssl> >
richard> openssl> > In this case, is the test strictly necessary?
richard> openssl> 
richard> openssl> The test is not required if an interim variable is used (such as
richard> openssl> $headerlist). It would seem like a good work around.
richard> 
richard> Thanks.  I just tested with such a change, and things went very
richard> smoothly.  Another test with that test removed, and I'll be ready to
richard> commit.

Committed, bot to 0.9.7-stable and 0.9.8-dev.  Will appear in the next
snapshot and the next release.

Cheers,
Richard

-----
Please consider sponsoring my work on free software.
See http://www.free.lp.se/sponsoring.html for details.

-- 
Richard Levitte                         [EMAIL PROTECTED]
                                        http://richard.levitte.org/

"When I became a man I put away childish things, including
 the fear of childishness and the desire to be very grown up."
                                                -- C.S. Lewis
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to