head	1.3;
access;
symbols
	netbsd-10-2-RELEASE:1.1
	netbsd-11-0-RELEASE:1.3
	netbsd-11-0-RC7:1.3
	netbsd-11-0-RC6:1.3
	netbsd-11-0-RC5:1.3
	netbsd-11-0-RC4:1.3
	netbsd-11-0-RC3:1.3
	netbsd-11-0-RC2:1.3
	netbsd-11-0-RC1:1.3
	perseant-exfatfs-base-20250801:1.3
	netbsd-11:1.3.0.2
	netbsd-11-base:1.3
	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.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.12.30.14.50.08;	author rillig;	state Exp;
branches;
next	;
commitid	7xqBbdd4Xr2ydMBC;

1.2.2.1
date	2025.08.02.05.58.33;	author perseant;	state Exp;
branches;
next	;
commitid	23j6GFaDws3O875G;


desc
@@


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
@make: directive-endfor.mk:10: for-less endfor
make: Fatal errors encountered -- cannot continue
make: stopped in unit-tests
exit status 1
@


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: "directive-endfor.mk" line 10: for-less endfor
@


1.2.2.1
log
@Sync with HEAD
@
text
@d1 1
a1 1
make: directive-endfor.mk:10: for-less endfor
@


1.1
log
@make(1): add test for .endfor without corresponding .for
@
text
@d1 1
a1 1
make: "directive-endfor.mk" line 9: for-less endfor
@

