Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1d36bdc

Browse files
committed
Major screwed up s_lock patches...need to be fixed...
1 parent f8b4a25 commit 1d36bdc

File tree

3 files changed

+320
-55
lines changed

3 files changed

+320
-55
lines changed

src/backend/storage/buffer/Makefile

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for storage/buffer
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/storage/buffer/Makefile,v 1.8 1998/04/29 12:37:51 scrappy Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/storage/buffer/Makefile,v 1.9 1998/05/04 15:44:39 scrappy Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -24,11 +24,11 @@ depend dep:
2424
$(CC) -MM $(CFLAGS) *.c >depend
2525

2626
clean:
27-
rm -f SUBSYS.o $(OBJS) tas_test
27+
rm -f SUBSYS.o $(OBJS) s_lock_test
2828

29-
tas_test: s_lock.c
30-
$(CC) $(CFLAGS) -DTAS_TEST=1 -g s_lock.c -o tas_test
31-
./tas_test
29+
s_lock_test: s_lock.c
30+
$(CC) $(CFLAGS) -DS_LOCK_TEST=1 -g s_lock.c -o s_lock_test
31+
./s_lock_test
3232

3333
ifeq (depend,$(wildcard depend))
3434
include depend

0 commit comments

Comments
 (0)