groff-commit
[Top][All Lists]
Advanced

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

[groff] 04/05: * Makefile.comm (extraclean): Don't delete `old'.


From: Werner LEMBERG
Subject: [groff] 04/05: * Makefile.comm (extraclean): Don't delete `old'.
Date: Thu, 03 Apr 2014 05:59:29 +0000

wl pushed a commit to branch master
in repository groff.

commit c256832262e75f10f83fa8acfd6ce7014b837676
Author: Steffen Nurpmeso <address@hidden>
Date:   Thu Apr 3 07:52:13 2014 +0200

    * Makefile.comm (extraclean): Don't delete `old'.
    
    The rule calling `rm -f' was originally thought to remove private,
    temporary files.  However, we now have a subdirectory called `old'
    in `fonts/devps' that may not be removed, and trying so now causes
    an error because we no longer ignore the returned error code of
    `rm'.
---
 ChangeLog     |   10 ++++++++++
 Makefile.comm |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1c6a134..f8fb923 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2014-04-03  Steffen Nurpmeso  <address@hidden>
 
+       * Makefile.comm (extraclean): Don't delete `old'.
+
+       The rule calling `rm -f' was originally thought to remove private,
+       temporary files.  However, we now have a subdirectory called `old'
+       in `fonts/devps' that may not be removed, and trying so now causes
+       an error because we no longer ignore the returned error code of
+       `rm'.
+
+2014-04-03  Steffen Nurpmeso  <address@hidden>
+
        * Makefile.in (OTHERDIRS): Fix directory order.
 
        This has been accidentally broken in commit 51476bee from
diff --git a/Makefile.comm b/Makefile.comm
index 7d4b57c..6bcb2e8 100644
--- a/Makefile.comm
+++ b/Makefile.comm
@@ -90,7 +90,7 @@ realclean: distclean
        rm -f $(REALCLEANFILES)
 
 extraclean: distclean
-       rm -f \#* *~ =* core junk grot old temp tmp tem *.new *.old *.orig
+       rm -f \#* *~ =* core junk grot temp tmp tem *.new *.old *.orig
 
 .SUFFIXES:
 .SUFFIXES: .o .obj .cpp .c .y .man .n



reply via email to

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