head 1.4; access; symbols netbsd-11-0-RELEASE:1.4 netbsd-11-0-RC7:1.4 netbsd-11-0-RC6:1.4 netbsd-11-0-RC5:1.4 netbsd-11-0-RC4:1.4 netbsd-11-0-RC3:1.4 netbsd-11-0-RC2:1.4 netbsd-11-0-RC1:1.4 perseant-exfatfs-base-20250801:1.4 netbsd-11:1.4.0.2 netbsd-11-base:1.4 netbsd-10-1-RELEASE:1.1 perseant-exfatfs-base-20240630:1.2 perseant-exfatfs:1.2.0.2 perseant-exfatfs-base:1.2 netbsd-10-0-RELEASE:1.1 netbsd-10-0-RC6:1.1 netbsd-10-0-RC5:1.1 netbsd-10-0-RC4:1.1 netbsd-10-0-RC3:1.1 netbsd-10-0-RC2:1.1 netbsd-10-0-RC1:1.1 netbsd-10:1.1.0.6 netbsd-10-base:1.1 cjep_sun2x-base1:1.1 cjep_sun2x:1.1.0.4 cjep_sun2x-base:1.1 cjep_staticlib_x-base1:1.1 cjep_staticlib_x:1.1.0.2 cjep_staticlib_x-base:1.1; locks; strict; comment @# @; 1.4 date 2025.06.28.22.39.28; author rillig; state Exp; branches; next 1.3; commitid CDDpACH2g2jV3I0G; 1.3 date 2025.03.30.09.51.50; author rillig; state Exp; branches; next 1.2; commitid veGmSzVhPiW2G4PF; 1.2 date 2023.06.01.20.56.35; author rillig; state Exp; branches 1.2.2.1; next 1.1; commitid j3tIvMRlxolKQhrE; 1.1 date 2020.11.08.23.54.28; author rillig; state Exp; branches; next ; commitid cj1oiO72zdZGT8vC; 1.2.2.1 date 2025.08.02.05.58.31; author perseant; state Exp; branches; next ; commitid 23j6GFaDws3O875G; desc @@ 1.4 log @make: consistently use double quotes in error messages Previously, some error messages used single quotes, very few used backticks or parentheses, most already used double quotes. While here, reword a few error messages to be clearer or more consistent with related error messages. @ text @make: cond-op-or-lint.mk:10: Unknown operator "|" make: Fatal errors encountered -- cannot continue make: stopped in unit-tests exit status 1 @ 1.3 log @make: use '"filename" line 123' for locations instead of 'filename:123' The format 'filename:123' is commonly used for identifying a location in a file. Text editors recognize it and allow quick navigation through it. The previous format was specific to make and would have required custom support in editors. The new format was already used in stack traces, except for the first line. Now all lines use the same format. @ text @d1 1 a1 1 make: cond-op-or-lint.mk:10: Unknown operator '|' @ 1.2 log @tests/make: force line-based diagnostics to be listed in the tests This way, contradictions between the intended output and the actual output are closer together and have a better chance of being spotted. @ text @d1 1 a1 1 make: "cond-op-or-lint.mk" line 10: Unknown operator '|' @ 1.2.2.1 log @Sync with HEAD @ text @d1 1 a1 1 make: cond-op-or-lint.mk:10: Unknown operator "|" @ 1.1 log @make(1): in lint mode, only allow '&&' and '||', not '&' and '|' These variants of the condition operators are neither documented in the manual page nor are they used in practice. @ text @d1 1 a1 1 make: "cond-op-or-lint.mk" line 9: Unknown operator '|' @