diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-08-16 22:25:17 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-08-16 22:27:48 -0400 |
commit | a5c577db26d9e8aa5a34bcff0b978882c3782f2f (patch) | |
tree | aa8c035ee175d79494e2c8802bf917739c0e9ab0 | |
parent | 2e5895c173d4cceb5426619ab877d72671da849d (diff) |
Makefile: .SECONDARY:, .DELETE_ON_ERROR:
As I think these should be on in all Makefiles.
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -40,3 +40,6 @@ $(DESTDIR)$(systemunitdir)/%: $(srcdir)/% install -DTm644 $< $@ $(DESTDIR)$(systemunitdir)/systemd-timesyncd.service.d/wait.conf: $(outdir)/systemd-timesyncd.service.d-wait.conf install -DTm644 $< $@ + +.SECONDARY: +.DELETE_ON_ERROR: |