Home | History | Annotate | Line # | Download | only in unit-tests
      1  1.3  rillig # $NetBSD: deptgt-end-fail-indirect.mk,v 1.3 2022/05/07 08:01:20 rillig Exp $
      2  1.1  rillig #
      3  1.1  rillig # Tests for an error in a dependency of the .END node.
      4  1.1  rillig #
      5  1.1  rillig # Before 2020-11-25, an error in the .END target did not print the "Stop."
      6  1.1  rillig # and exited with status 0.  The cause for this was a missing condition in
      7  1.3  rillig # Compat_MakeAll in the handling of the .END node.
      8  1.1  rillig 
      9  1.1  rillig all:
     10  1.1  rillig 	: $@
     11  1.1  rillig 
     12  1.1  rillig .END: failing
     13  1.2  rillig 	: Making ${.TARGET} from ${.ALLSRC}.
     14  1.1  rillig 
     15  1.1  rillig failing: .PHONY
     16  1.1  rillig 	false
     17