Source-Changes-HG archive

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

[src/trunk]: src/external/lgpl3/gmp/lib/libgmp/arch/i386 ignore error of "rmd...



details:   https://anonhg.NetBSD.org/src/rev/05823fcd7281
branches:  trunk
changeset: 767063:05823fcd7281
user:      drochner <drochner%NetBSD.org@localhost>
date:      Thu Jul 07 17:55:26 2011 +0000

description:
ignore error of "rmdir", to let "make clean" succeed in an already
clean directory

diffstat:

 external/lgpl3/gmp/lib/libgmp/arch/i386/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 061e6a7a1463 -r 05823fcd7281 external/lgpl3/gmp/lib/libgmp/arch/i386/Makefile.inc
--- a/external/lgpl3/gmp/lib/libgmp/arch/i386/Makefile.inc      Thu Jul 07 17:45:38 2011 +0000
+++ b/external/lgpl3/gmp/lib/libgmp/arch/i386/Makefile.inc      Thu Jul 07 17:55:26 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.4 2011/07/06 19:52:06 drochner Exp $
+#      $NetBSD: Makefile.inc,v 1.5 2011/07/07 17:55:26 drochner Exp $
 
 SRCS+= \
        random.c \
@@ -185,7 +185,7 @@
 CLEANFILES+=   config.m4
 clean: cleandummy
 cleandummy: .PHONY
-       rmdir dummy
+       -rmdir dummy
 
 .for _build _src in ${ASM_SRCS_LIST}
 ${_build:R}.s: Makefile dummy ${.OBJDIR}/config.m4



Home | Main Index | Thread Index | Old Index