1
0
Files
irix-657m-src/eoe/cmd/pmake/tests/keepgoing.test
2022-09-29 17:59:04 +03:00

14 lines
166 B
Plaintext

#
# Test file to see if -k still works
#
.MAKEFLAGS: -k
a : b c d
: nope -- this shouldn't have been executed
b :
: innocuous
c :
false
d :
: should be executed