Skip to content

Commit 5c436a7

Browse files
committed
Catch errors in for loop in makefile
Add "|| exit" so that the rule aborts when a command fails.
1 parent b106195 commit 5c436a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pl/plpython/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ prep3:
138138
-e "s/LANGUAGE plpython2u/LANGUAGE plpython3u/g" \
139139
-e "s/EXTENSION plpythonu/EXTENSION plpython3u/g" \
140140
-e "s/EXTENSION plpython2u/EXTENSION plpython3u/g" \
141-
$$file >`echo $$file | sed 's,$(srcdir),python3,'`; \
141+
$$file >`echo $$file | sed 's,$(srcdir),python3,'` || exit; \
142142
done
143143

144144
clean3:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy