[arch-projects] [devtools][PATCH 06/13] Makefile: add .DELETE_ON_ERROR:
Luke Shumaker
lukeshu at parabola.nu
Fri May 5 22:41:03 UTC 2017
The absence of it was allowing an (m4-produced) syntax error in
in a change I had made to be masked.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 3b30097..f4a00ba 100644
--- a/Makefile
+++ b/Makefile
@@ -115,4 +115,4 @@ upload:
scp devtools-$(V).tar.gz devtools-$(V).tar.gz.sig repos.archlinux.org:/srv/ftp/other/devtools/
.PHONY: all clean install uninstall dist upload
-
+.DELETE_ON_ERROR:
--
2.12.2
More information about the arch-projects
mailing list