github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/kati/testcase/delete_on_error.mk (about)

     1  # TODO: Fix for non-ninja mode.
     2  
     3  .DELETE_ON_ERROR:
     4  
     5  test: file
     6  
     7  file:
     8  	touch $@
     9  	false