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

Commit0683a47

Browse files
author
Neil Conway
committed
Allow the spinlock test to be compiled successfully in a vpath build.
1 parent52a4581 commit0683a47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/storage/lmgr/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for storage/lmgr
55
#
66
# IDENTIFICATION
7-
# $PostgreSQL: pgsql/src/backend/storage/lmgr/Makefile,v 1.19 2004/06/19 19:43:11 tgl Exp $
7+
# $PostgreSQL: pgsql/src/backend/storage/lmgr/Makefile,v 1.20 2004/10/07 00:08:04 neilc Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -20,7 +20,7 @@ SUBSYS.o: $(OBJS)
2020
$(LD)$(LDREL)$(LDOUT) SUBSYS.o$(OBJS)
2121

2222
s_lock_test: s_lock.c$(top_builddir)/src/port/libpgport.a
23-
$(CC)$(CPPFLAGS)$(CFLAGS) -DS_LOCK_TEST=1 s_lock.c\
23+
$(CC)$(CPPFLAGS)$(CFLAGS) -DS_LOCK_TEST=1$(srcdir)/s_lock.c\
2424
-L$(top_builddir)/src/port -lpgport -o s_lock_test
2525

2626
check: s_lock_test

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp