Add .DELETE_ON_ERROR: target so that if the build fails while building the target, it will remove the incomplete target. Bug 48404

This commit is contained in:
cls%seawood.org 2000-09-28 04:02:15 +00:00
parent 2b876917e6
commit 79ef789489

View File

@ -1324,6 +1324,9 @@ endif
# Used as a dependency to force targets to rebuild
FORCE:
# Delete target if error occurs when building target
.DELETE_ON_ERROR:
tags: TAGS
TAGS: $(SUBMAKEFILES) $(CSRCS) $(CPPSRCS) $(wildcard *.h)