File tree Expand file tree Collapse file tree 3 files changed +320
-55
lines changed Expand file tree Collapse file tree 3 files changed +320
-55
lines changed Original file line number Diff line number Diff line change 4
4
# Makefile for storage/buffer
5
5
#
6
6
# 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 $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -24,11 +24,11 @@ depend dep:
24
24
$(CC ) -MM $(CFLAGS ) * .c > depend
25
25
26
26
clean :
27
- rm -f SUBSYS.o $(OBJS ) tas_test
27
+ rm -f SUBSYS.o $(OBJS ) s_lock_test
28
28
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
32
32
33
33
ifeq (depend,$(wildcard depend) )
34
34
include depend
You can’t perform that action at this time.
0 commit comments