mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Catch errors in for loop in makefile
Add "|| exit" so that the rule aborts when a command fails.
This commit is contained in:
parent
b106195b17
commit
5c436a79e0
@ -138,7 +138,7 @@ prep3:
|
||||
-e "s/LANGUAGE plpython2u/LANGUAGE plpython3u/g" \
|
||||
-e "s/EXTENSION plpythonu/EXTENSION plpython3u/g" \
|
||||
-e "s/EXTENSION plpython2u/EXTENSION plpython3u/g" \
|
||||
$$file >`echo $$file | sed 's,$(srcdir),python3,'`; \
|
||||
$$file >`echo $$file | sed 's,$(srcdir),python3,'` || exit; \
|
||||
done
|
||||
|
||||
clean3:
|
||||
|
Loading…
Reference in New Issue
Block a user