]> Lady’s Gitweb - Shushe/blobdiff - GNUmakefile
Set .SHELLFLAGS to match Posix behaviour
[Shushe] / GNUmakefile
index 84bbab84d73acf747bf3ce64464b29d4a47b8139..ba4df950d2927fbd25c997d39765a58b280ccdf5 100644 (file)
@@ -233,6 +233,12 @@ VERBOSE :=
 # The default target for this makefile.
 .DEFAULT_GOAL := all
 
+# Flags for use when calling the shell.
+#
+# `-e` enables early exit from invocations of multiple commands after
+# the first failure.
+.SHELLFLAGS := -c -e
+
 # ━ § BEGIN SHARED MAKE·FILE CONSTRUCTS ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 
 # ─ ¶ Non‐Recipe Variable Definitions ─────────────────────────────────
This page took 0.02064 seconds and 4 git commands to generate.