autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.68-138-


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.68-138-g989c790
Date: Sat, 18 Feb 2012 15:49:35 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=989c790c4f3e24ab68244575bbdf372688e4e8ed

The branch, master has been updated
       via  989c790c4f3e24ab68244575bbdf372688e4e8ed (commit)
      from  e32b90e41f51e607d7974e24f04ecc75e1d75943 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 989c790c4f3e24ab68244575bbdf372688e4e8ed
Author: Eric Blake <address@hidden>
Date:   Thu Feb 16 14:29:37 2012 -0700

    docs: tweak 'rm -f' limitations
    
    Based on http://debbugs.gnu.org/10819 and
    http://austingroupbugs.net/view.php?id=542
    
    * doc/autoconf.texi (Limitations of Usual Tools) <rm>: More
    details on 'rm -f' without files.
    
    Signed-off-by: Eric Blake <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 doc/autoconf.texi |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 82837a2..607d8dc 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -19225,10 +19225,12 @@ This problem no longer exists in Mac OS X 10.4.3.
 @prindex @command{rm}
 The @option{-f} and @option{-r} options are portable.
 
-It is not portable to invoke @command{rm} without operands.  For
-example, on many systems @samp{rm -f -r} (with no other arguments)
-silently succeeds without doing anything, but it fails with a diagnostic
-on NetBSD 2.0.2.
+It is not portable to invoke @command{rm} without options or operands.
+On the other hand, Posix now requires @command{rm -f} to silently
+succeed when there are no operands (useful for constructs like
address@hidden -rf $filelist} without first checking if @samp{$filelist}
+was empty).  But this was not always portable; at least NetBSD
address@hidden built before 2008 would fail with a diagnostic.
 
 A file might not be removed even if its parent directory is writable
 and searchable.  Many Posix hosts cannot remove a mount point, a named


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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