Home | History | Annotate | Line # | Download | only in unit-tests
      1  1.1  rillig # $NetBSD: deptgt-begin-fail-indirect.mk,v 1.1 2020/11/24 19:02:59 rillig Exp $
      2  1.1  rillig #
      3  1.1  rillig # Test for a .BEGIN target whose dependency results in an error.
      4  1.1  rillig # This stops make immediately and does not build the main targets.
      5  1.1  rillig #
      6  1.1  rillig # Between 2005-05-08 and 2020-11-24, a failing dependency of the .BEGIN node
      7  1.1  rillig # would not stop make from running the main targets.  In the end, the exit
      8  1.1  rillig # status was even 0.
      9  1.1  rillig 
     10  1.1  rillig .BEGIN: failing
     11  1.1  rillig 
     12  1.1  rillig failing: .PHONY .NOTMAIN
     13  1.1  rillig 	false
     14  1.1  rillig 
     15  1.1  rillig all:
     16  1.1  rillig 	: This is not made.
     17