bug-rcs
[Top][All Lists]
Advanced

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

Re: RCS 5.9.0 does not compile on Solaris


From: Thien-Thi Nguyen
Subject: Re: RCS 5.9.0 does not compile on Solaris
Date: Wed, 25 Sep 2013 11:44:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

() Paul Eggert <address@hidden>
() Tue, 04 Jun 2013 14:29:16 -0700

   The main problem comes from quirks in Solaris 9 /bin/sh,
   which is still basically the Bourne shell.  You can't trust
   backslashes inside `...`, and you can't use "if !".  Also, as
   you've noted, grep -q doesn't work; I expect this explains
   many of the test failures.  One more thing: you can't use
   "$<" in regular Makefile rules; you gotta spell it out.  This
   stuff is all documented somewhere, I expect in the Autoconf
   manual.

Thanks for the suggestions.  I've installed changes to address
‘$<’ and backslash-in-backticks in build-aux/extract-help:

 http://git.savannah.gnu.org/cgit/rcs.git/commit/?h=p

Any other problems, let me know soon(ish); i plan to release
5.9.1 some time next week or so.

-- 
Thien-Thi Nguyen
   GPG key: 4C807502
   (if you're human and you know it)
      read my lisp: (responsep (questions 'technical)
                               (not (via 'mailing-list)))
                     => nil

Attachment: pgpGNQ5uPbNbH.pgp
Description: PGP signature


reply via email to

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