git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f0cc132)
s_lock_test requires libpgport to build now.
2004年6月19日 19:43:11 +0000 (19:43 +0000)
2004年6月19日 19:43:11 +0000 (19:43 +0000)

diff --git a/src/backend/storage/lmgr/Makefile b/src/backend/storage/lmgr/Makefile
index 511616c8da1377ed6c1f7b8f66ba92bacaa7837c..20343ea831e2e9a9575feb523837b6475eb7e9ce 100644 (file)
--- a/src/backend/storage/lmgr/Makefile
+++ b/src/backend/storage/lmgr/Makefile
@@ -4,7 +4,7 @@
# Makefile for storage/lmgr
#
# IDENTIFICATION
-# $PostgreSQL: pgsql/src/backend/storage/lmgr/Makefile,v 1.18 2003年11月29日 19:51:56 pgsql Exp $
+# $PostgreSQL: pgsql/src/backend/storage/lmgr/Makefile,v 1.19 2004年06月19日 19:43:11 tgl Exp $
#
#-------------------------------------------------------------------------
@@ -19,14 +19,17 @@ all: SUBSYS.o
SUBSYS.o: $(OBJS)
$(LD) $(LDREL) $(LDOUT) SUBSYS.o $(OBJS)
-s_lock_test: s_lock.c
- $(CC) $(CPPFLAGS) $(CFLAGS) -DS_LOCK_TEST=1 s_lock.c -o s_lock_test
+s_lock_test: s_lock.c $(top_builddir)/src/port/libpgport.a
+ $(CC) $(CPPFLAGS) $(CFLAGS) -DS_LOCK_TEST=1 s_lock.c \
+ -L $(top_builddir)/src/port -lpgport -o s_lock_test
+
+check: s_lock_test
./s_lock_test
depend dep:
$(CC) -MM $(CFLAGS) *.c >depend
-clean:
+clean distclean maintainer-clean:
rm -f SUBSYS.o $(OBJS) s_lock_test
ifeq (depend,$(wildcard depend))
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /