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

Commit734a56c

Browse files
committed
Escape # character in variable assignment
1 parentd391bda commit734a56c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/Makefile.shlib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (c) 1998, Regents of the University of California
77
#
88
# IDENTIFICATION
9-
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.110 2008/02/2606:41:23 petere Exp $
9+
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.111 2008/02/2610:30:06 petere Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -116,7 +116,7 @@ ifeq ($(PORTNAME), darwin)
116116
endif
117117
shlib= lib$(NAME).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)$(DLSUFFIX)
118118
shlib_major= lib$(NAME).$(SO_MAJOR_VERSION)$(DLSUFFIX)
119-
BUILD.exports= $(AWK) '/^[^#]/ {printf "_%s\n",$$1}' $< >$@
119+
BUILD.exports= $(AWK) '/^[^\#]/ {printf "_%s\n",$$1}' $< >$@
120120
ifneq (,$(SHLIB_EXPORTS))
121121
exported_symbols_list = -exported_symbols_list $(SHLIB_EXPORTS:%.txt=%.list)
122122
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp