lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV NSL-FORK/CLONE


From: T.E.Dickey
Subject: Re: LYNX-DEV NSL-FORK/CLONE
Date: Sat, 17 Jan 1998 08:51:34 -0500 (EST)

> > ok - I thought it was quoting (to work around something with the shell
> 
> Literal quoting around "make install-help" to set it off from the
> rest of the sentence.  Whether double quotes or single quotes doesn't
> matter (though it might for some shells).  I think
> 
>         Use "make install-help" to install the help files.
>             ^                 ^                    ^     ^
        @echo "Use \"make install-help\" to install the help files."

would work (the only portability problem I know of in this area is if I'd
not defined SHELL=/bin/sh in the makefile -- some make programs would
otherwise interpret things with csh (or whatever) syntax, producing weird
error messages for the echo commands.

> would be nicer than what's there, but that's just my personal preference.
> 
> > expansion of make flags).  If you want to offset the message, perhaps
> > a blank line after as well...
> 
> Yes, that would be nice, i.e., an ``echo ""'' above and below.
> 
> __Henry
> 


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

[Prev in Thread] Current Thread [Next in Thread]