mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 20:20:00 +00:00
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:
parent
2b876917e6
commit
79ef789489
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user