Module Name: src Committed By: mrg Date: Mon Jan 2 00:55:46 UTC 2023
Modified Files: src/external/gpl3/binutils.old/dist/bfd/doc: Makefile.am Makefile.in src/external/gpl3/binutils/dist/bfd: Makefile.in src/external/gpl3/binutils/dist/bfd/doc: local.mk src/external/gpl3/binutils/dist/ld: Makefile.in Log Message: apply/fix some more NetBSD_DISABLED* usage in binutils. this should fix issues seen with r/o source trees. note that the generated makefiles have weird bugs where the configure script edits the Makefile's AM_V_CCLD usage to insert "+ " and that makes the "@echo ..." that is AM_V_CCLD not be interpreted by make, but by shell and causing this to appear: 'sh: @echo: not found'. this only causes build output to be weird, not the build to be wrong. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \ src/external/gpl3/binutils.old/dist/bfd/doc/Makefile.am \ src/external/gpl3/binutils.old/dist/bfd/doc/Makefile.in cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/binutils/dist/bfd/Makefile.in cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/binutils/dist/bfd/doc/local.mk cvs rdiff -u -r1.17 -r1.18 src/external/gpl3/binutils/dist/ld/Makefile.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.