| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2667452 commit a90863c
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -59,7 +59,7 @@ DSYMUTIL_PATH= @DSYMUTIL_PATH@ | |||
| 59 | 59 | GNULD= @GNULD@ | |
| 60 | 60 | ||
| 61 | 61 | # Shell used by make (some versions default to the login shell, which is bad) | |
| 62 | - SHELL= /bin/sh | ||
| 62 | + SHELL= /bin/sh -e | ||
| 63 | 63 | ||
| 64 | 64 | # Use this to make a link between python$(VERSION) and python in $(BINDIR) | |
| 65 | 65 | LN= @LN@ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,4 @@ | |||
| 1 | + Changed the default value of the ``SHELL`` Makefile variable from ``/bin/sh`` | ||
| 2 | + to ``/bin/sh -e`` to ensure that complex recipes correctly fail after an error. | ||
| 3 | + Previously, ``make install`` could fail to install some files and yet return | ||
| 4 | + a successful result. | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments