summaryrefslogtreecommitdiff
path: root/shared.mak
blob: 0170bb397ae97c4ecb28c075183c34f1e3510d91 (plain)
1
2
3
4
5
6
7
8
9
### Flags affecting all rules
 
# A GNU make extension since gmake 3.72 (released in late 1994) to
# remove the target of rules if commands in those rules fail. The
# default is to only do that if make itself receives a signal. Affects
# all targets, see:
#
#    info make --index-search=.DELETE_ON_ERROR
.DELETE_ON_ERROR: