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

Commit081cba4

Browse files
committed
Allow compile to finish even if plperl fails, which it does now.
1 parenta9f37f1 commit081cba4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/pl/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.5 2000/03/25 19:26:49 tgl Exp $
10+
# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.6 2000/03/27 22:39:13 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -21,8 +21,8 @@ ifeq ($(USE_TCL), true)
2121
$(MAKE) -C tcl $@
2222
endif
2323
ifeq ($(USE_PERL), true)
24-
$(MAKE) $(MFLAGS) plperl/Makefile
25-
$(MAKE) $(MFLAGS) -C plperl $@
24+
-$(MAKE) $(MFLAGS) plperl/Makefile
25+
-$(MAKE) $(MFLAGS) -C plperl $@
2626
endif
2727

2828
plperl/Makefile: plperl/Makefile.PL

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp