Module Name:    src
Committed By:   mrg
Date:           Sat Mar  9 06:51:24 UTC 2024

Modified Files:
        src/external/gpl3/gdb/dist/gdb/doc: Makefile.in

Log Message:
avoid rebuilding texi files in the read-only source tree


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.10 -r1.2 src/external/gpl3/gdb/dist/gdb/doc/Makefile.in

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

Modified files:

Index: src/external/gpl3/gdb/dist/gdb/doc/Makefile.in
diff -u src/external/gpl3/gdb/dist/gdb/doc/Makefile.in:1.1.1.10 src/external/gpl3/gdb/dist/gdb/doc/Makefile.in:1.2
--- src/external/gpl3/gdb/dist/gdb/doc/Makefile.in:1.1.1.10	Sun Jul 30 22:45:12 2023
+++ src/external/gpl3/gdb/dist/gdb/doc/Makefile.in	Sat Mar  9 06:51:24 2024
@@ -417,6 +417,8 @@ refcard.pdf : refcard.tex $(REFEDITS)
 
 # File to record current GDB version number.
 GDBvn.texi : version.subst
+	@echo "NOT REBUILDING $@"
+NetBSD_DISABLED_GDBvn.texi:
 	echo "@set GDBVN `sed q version.subst`" > ./GDBvn.new
 	if [ -n "$(PKGVERSION)" ]; then \
 	  echo "@set VERSION_PACKAGE $(PKGVERSION)" >> ./GDBvn.new; \

Reply via email to