Module Name:    src
Committed By:   rin
Date:           Sun Aug 20 02:30:58 UTC 2023

Modified Files:
        src/tools/gdb: Makefile

Log Message:
gdb/mknative: Preset yes to rename(2) checks

It must be better to have this workaround here, rather than in external.
(Thanks uwe@ for suggestion!)

Confirmed that the same files generated as before.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/tools/gdb/Makefile

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

Modified files:

Index: src/tools/gdb/Makefile
diff -u src/tools/gdb/Makefile:1.48 src/tools/gdb/Makefile:1.49
--- src/tools/gdb/Makefile:1.48	Thu Aug 17 07:54:10 2023
+++ src/tools/gdb/Makefile	Sun Aug 20 02:30:58 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.48 2023/08/17 07:54:10 rin Exp $
+#	$NetBSD: Makefile,v 1.49 2023/08/20 02:30:58 rin Exp $
 
 .include <bsd.hostinit.mk>
 
@@ -77,7 +77,11 @@ MKNATIVE_CONFIGURE_PRESET= \
 	bash_cv_func_ctype_nonascii=yes \
 	bash_cv_func_sigsetjmp=present \
 	bash_cv_func_strcoll_broken=no \
-	bash_cv_must_reinstall_sighandlers=no
+	bash_cv_must_reinstall_sighandlers=no \
+	gl_cv_func_rename_slash_dst_works=yes \
+	gl_cv_func_rename_slash_src_works=yes \
+	gl_cv_func_rename_link_works=yes \
+	gl_cv_func_rename_dest_works=yes
 
 CONFIGURE_ENV+=	am_cv_func_iconv=no
 

Reply via email to