Module Name:    src
Committed By:   drochner
Date:           Thu Jul  7 17:55:26 UTC 2011

Modified Files:
        src/external/lgpl3/gmp/lib/libgmp/arch/i386: Makefile.inc

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    src/external/lgpl3/gmp/lib/libgmp/arch/i386/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/lgpl3/gmp/lib/libgmp/arch/i386/Makefile.inc
diff -u src/external/lgpl3/gmp/lib/libgmp/arch/i386/Makefile.inc:1.4 src/external/lgpl3/gmp/lib/libgmp/arch/i386/Makefile.inc:1.5
--- src/external/lgpl3/gmp/lib/libgmp/arch/i386/Makefile.inc:1.4	Wed Jul  6 19:52:06 2011
+++ src/external/lgpl3/gmp/lib/libgmp/arch/i386/Makefile.inc	Thu Jul  7 17:55:26 2011
@@ -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

Reply via email to