bug-cvs
[Top][All Lists]
Advanced

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

Re: cvs-1.11.1p1 configure failure on ReliantUNIX


From: Pavel Roskin
Subject: Re: cvs-1.11.1p1 configure failure on ReliantUNIX
Date: Thu, 10 May 2001 11:07:37 -0400 (EDT)

Hi, Andrej!

On Thu, 10 May 2001, Andrej Borsenkow wrote:

> chmod: Illegal option -- f
> chmod: Usage: chmod [-R] [ugoa][+-=][rwxlstugo] file ...

Thanks for the report. That "-f" is actually useless.

ChangeLog:
        * configure.in: Don't use "chmod -f" - it fails on
        ReliantUNIX-N 5.44C40. From Andrej Borsenkow.

______________________________
--- configure.in
+++ configure.in
@@ -368,7 +368,7 @@
          windows-NT/Makefile \
          windows-NT/SCC/Makefile \
          zlib/Makefile],
-         [chmod -f +x \
+         [chmod +x \
          contrib/clmerge \
          contrib/cln_hist \
          contrib/commit_prep \
______________________________

Regards,
Pavel Roskin




reply via email to

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