Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5c436a7

Browse files
committed
Catch errors in for loop in makefile
Add "|| exit" so that the rule aborts when a command fails.
1 parentb106195 commit5c436a7

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)

[8]ページ先頭

©2009-2025 Movatter.jp