head 1.4; access; symbols 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.3 perseant-exfatfs:1.3.0.2 perseant-exfatfs-base:1.3 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.2 netbsd-10-base:1.1; locks; strict; comment @# @; 1.4 date 2025.03.30.09.51.51; author rillig; state Exp; branches; next 1.3; commitid veGmSzVhPiW2G4PF; 1.3 date 2023.06.01.20.56.35; author rillig; state Exp; branches 1.3.2.1; next 1.2; commitid j3tIvMRlxolKQhrE; 1.2 date 2023.04.07.05.54.16; author rillig; state Exp; branches; next 1.1; commitid yCfcDg6NMMJAD8kE; 1.1 date 2022.01.23.16.25.54; author rillig; state Exp; branches; next ; commitid dbnZ1mvRWB9WeMpD; 1.3.2.1 date 2025.08.02.05.58.38; author perseant; state Exp; branches; next ; commitid 23j6GFaDws3O875G; desc @@ 1.4 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 @make: var-scope-cmdline.mk:72: global make: var-scope-cmdline.mk:82: makeflags makeflags exit status 0 @ 1.3 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 2 a2 2 make: "var-scope-cmdline.mk" line 72: global make: "var-scope-cmdline.mk" line 82: makeflags @ 1.3.2.1 log @Sync with HEAD @ text @d1 2 a2 2 make: var-scope-cmdline.mk:72: global make: var-scope-cmdline.mk:82: makeflags @ 1.2 log @tests/make: add cross references to command line tests @ text @d1 2 a2 2 make: "var-scope-cmdline.mk" line 71: global make: "var-scope-cmdline.mk" line 80: makeflags @ 1.1 log @tests/make: rename var-class to var-scope There is no such concept as a "variable class" in make, these tests focus on the variable scope instead. @ text @d1 2 a2 2 make: "var-scope-cmdline.mk" line 67: global make: "var-scope-cmdline.mk" line 76: makeflags @