11.1Srillig# $NetBSD: jobs-error-indirect.mk,v 1.1 2020/12/01 17:50:04 rillig Exp $ 21.1Srillig# 31.1Srillig# Ensure that in jobs mode, when a command fails, the current directory is 41.1Srillig# printed, to aid in debugging. 51.1Srillig# 61.1Srillig# XXX: This test is run without the -k flag, which prints "stopped in" twice. 71.1Srillig# Why? 81.1Srillig# 91.1Srillig# This particular case is not the cause for the PRs, but it is very close. 101.1Srillig# 111.1Srillig# https://gnats.netbsd.org/55578 121.1Srillig# https://gnats.netbsd.org/55832 131.1Srillig# 141.1Srillig# 151.1Srillig 161.1Srillig.MAKEFLAGS: -j1 171.1Srillig 181.1Srilligall: .PHONY indirect 191.1Srillig 201.1Srilligindirect: .PHONY 211.1Srillig false 22