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

Commit0089c30

Browse files
committed
Don't unset MAKEFLAGS in non-GNU Makefile.
It's useful to be able to pass down options like -s and -j.Back-patch to 9.5, like commita76200d.Discussion:https://postgr.es/m/CA%2BhUKG%2Be1M8-BbL%3DPqhTp6oO6XPO6%2Bs9WGQMLfbuZ%3DG9CtzyXg%40mail.gmail.com
1 parenta2dec37 commit0089c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ all check install installdirs installcheck installcheck-parallel uninstall clean
3333
\
3434
if [ x"$${GMAKE+set}"= xset ];then \
3535
echo"Using GNU make found at$${GMAKE}";\
36-
unsetMAKEFLAGS;unsetMAKELEVEL;\
36+
unset MAKELEVEL;\
3737
$${GMAKE}$@;\
3838
else\
3939
echo"You must use GNU make to build PostgreSQL.";\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp