Module Name:    src
Committed By:   rin
Date:           Sat Jul 13 17:13:39 UTC 2024

Modified Files:
        src/external/gpl3/binutils/dist/gas: Makefile.in

Log Message:
binutils: gas: Do not regen itbl-parse.c

Try to fix host-tool build on read-only mounted src.
Same gas binaries are generated before and after this change.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/gpl3/binutils/dist/gas/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/binutils/dist/gas/Makefile.in
diff -u src/external/gpl3/binutils/dist/gas/Makefile.in:1.12 src/external/gpl3/binutils/dist/gas/Makefile.in:1.13
--- src/external/gpl3/binutils/dist/gas/Makefile.in:1.12	Sun Jun 30 16:10:17 2024
+++ src/external/gpl3/binutils/dist/gas/Makefile.in	Sat Jul 13 17:13:39 2024
@@ -2142,6 +2142,8 @@ config/loongarch-lex-wrapper.@OBJEXT@: c
 itbl-lex-wrapper.@OBJEXT@: itbl-lex.c itbl-parse.h
 
 itbl-parse.c: $(srcdir)/itbl-parse.y
+	@echo "NOT REBUILDING $@"
+NetBSD_DISABLED_itbl-parse.c:
 	$(SHELL) $(YLWRAP) $(srcdir)/itbl-parse.y y.tab.c $@ y.tab.h itbl-parse.h -- $(YACCCOMPILE) -d
 
 itbl-parse.h: itbl-parse.c

Reply via email to