File tree 6 files changed +12
-34
lines changed
6 files changed +12
-34
lines changed Original file line number Diff line number Diff line change 1
1
# -------------------------------------------------------------------------
2
2
#
3
3
# Makefile--
4
- # Makefile for regress (the regression test)
4
+ # Makefile for regress/expected (the regression test)
5
5
#
6
6
# Copyright (c) 1994, Regents of the University of California
7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/test/regress/expected/Attic/Makefile,v 1.4 1998/09/29 12:40:52 scrappy Exp $
10
+ # $Header: /cvsroot/pgsql/src/test/regress/expected/Attic/Makefile,v 1.5 2000/01/09 19:34:41 tgl Exp $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
14
- CLFILES = create_function_1.out create_function_2.out copy.out constraints.out misc.out install_plpgsql.out
14
+ CLFILES = create_function_1.out create_function_2.out copy.out constraints.out misc.out
15
15
16
16
clean :
17
17
rm -f $(CLFILES )
Original file line number Diff line number Diff line change 1
1
# -------------------------------------------------------------------------
2
2
#
3
3
# Makefile--
4
- # Makefile for regress (the regression test)
4
+ # Makefile for regress/input (the regression test)
5
5
#
6
6
# Copyright (c) 1994, Regents of the University of California
7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/test/regress/input/Attic/Makefile,v 1.7 1998/09/29 12:41:56 scrappy Exp $
10
+ # $Header: /cvsroot/pgsql/src/test/regress/input/Attic/Makefile,v 1.8 2000/01/09 19:34:40 tgl Exp $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -22,8 +22,7 @@ INFILES= copy.sql \
22
22
create_function_1.sql \
23
23
create_function_2.sql \
24
24
misc.sql \
25
- constraints.sql \
26
- install_plpgsql.sql
25
+ constraints.sql
27
26
28
27
all : $(INFILES )
29
28
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# -------------------------------------------------------------------------
2
2
#
3
3
# Makefile--
4
- # Makefile for regress (the regression test)
4
+ # Makefile for regress/output (the regression test)
5
5
#
6
6
# Copyright (c) 1994, Regents of the University of California
7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/test/regress/output/Attic/Makefile,v 1.9 1998/09/29 12:42:11 scrappy Exp $
10
+ # $Header: /cvsroot/pgsql/src/test/regress/output/Attic/Makefile,v 1.10 2000/01/09 19:34:40 tgl Exp $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -22,8 +22,7 @@ INFILES= copy.out \
22
22
create_function_1.out \
23
23
create_function_2.out \
24
24
misc.out \
25
- constraints.out \
26
- install_plpgsql.out
25
+ constraints.out
27
26
28
27
all : $(INFILES )
29
28
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# -------------------------------------------------------------------------
2
2
#
3
3
# Makefile--
4
- # Makefile for regress (the regression test)
4
+ # Makefile for regress/sql (the regression test)
5
5
#
6
6
# Copyright (c) 1994, Regents of the University of California
7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/test/regress/sql/Attic/Makefile,v 1.4 1998/09/29 12:43:03 scrappy Exp $
10
+ # $Header: /cvsroot/pgsql/src/test/regress/sql/Attic/Makefile,v 1.5 2000/01/09 19:34:43 tgl Exp $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
14
- CLFILES = create_function_1.sql create_function_2.sql copy.sql misc.sql constraints.sql install_plpgsql.sql
14
+ CLFILES = create_function_1.sql create_function_2.sql copy.sql misc.sql constraints.sql
15
15
16
16
clean :
17
17
rm -f $(CLFILES )
You can’t perform that action at this time.
0 commit comments