Module Name: src Committed By: abs Date: Thu Feb 9 13:16:05 UTC 2023
Modified Files: src/sys/arch/amd64/conf: GENERIC src/sys/arch/evbarm/conf: GENERIC src/sys/arch/i386/conf: GENERIC src/sys/arch/ia64/conf: GENERIC src/sys/arch/landisk/conf: GENERIC src/sys/arch/prep/conf: GENERIC src/sys/arch/riscv/conf: GENERIC src/sys/arch/rs6000/conf: GENERIC src/sys/arch/shark/conf: GENERIC src/sys/arch/sparc64/conf: GENERIC src/sys/arch/zaurus/conf: GENERIC Log Message: Ensure GENERIC.local is always at the end of GENERIC Where a GENERIC config had an existing inclusion of GENERIC.local, ensure it is always at the end of the file, with a consistent comment: # Pull in optional local configuration cinclude "arch/landisk/conf/GENERIC.local" This allows GENERIC.local to correctly override all options (This pass does not affect any GENERIC which did not already have an include of GENERIC.local) To generate a diff of this commit: cvs rdiff -u -r1.599 -r1.600 src/sys/arch/amd64/conf/GENERIC cvs rdiff -u -r1.115 -r1.116 src/sys/arch/evbarm/conf/GENERIC cvs rdiff -u -r1.1244 -r1.1245 src/sys/arch/i386/conf/GENERIC cvs rdiff -u -r1.12 -r1.13 src/sys/arch/ia64/conf/GENERIC cvs rdiff -u -r1.74 -r1.75 src/sys/arch/landisk/conf/GENERIC cvs rdiff -u -r1.198 -r1.199 src/sys/arch/prep/conf/GENERIC cvs rdiff -u -r1.21 -r1.22 src/sys/arch/riscv/conf/GENERIC cvs rdiff -u -r1.47 -r1.48 src/sys/arch/rs6000/conf/GENERIC cvs rdiff -u -r1.142 -r1.143 src/sys/arch/shark/conf/GENERIC cvs rdiff -u -r1.237 -r1.238 src/sys/arch/sparc64/conf/GENERIC cvs rdiff -u -r1.93 -r1.94 src/sys/arch/zaurus/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.