File tree 3 files changed +5
-276
lines changed
3 files changed +5
-276
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# Makefile for backend/catalog
4
4
#
5
- # $Header: /cvsroot/pgsql/src/backend/catalog/Makefile,v 1.47 2003/08/01 16:12:32 petere Exp $
5
+ # $Header: /cvsroot/pgsql/src/backend/catalog/Makefile,v 1.48 2003/11/11 01:58:23 momjian Exp $
6
6
#
7
7
# -------------------------------------------------------------------------
8
8
@@ -48,6 +48,7 @@ postgres.bki: genbki.sh $(POSTGRES_BKI_SRCS) \
48
48
install-data : $(BKIFILES ) installdirs
49
49
$(INSTALL_DATA ) postgres.bki $(DESTDIR )$(datadir ) /postgres.bki
50
50
$(INSTALL_DATA ) postgres.description $(DESTDIR )$(datadir ) /postgres.description
51
+ $(INSTALL_DATA ) $(srcdir ) /system_views.sql $(DESTDIR )$(datadir ) /system_views.sql
51
52
$(INSTALL_DATA ) $(srcdir ) /information_schema.sql $(DESTDIR )$(datadir ) /information_schema.sql
52
53
$(INSTALL_DATA ) $(srcdir ) /sql_features.txt $(DESTDIR )$(datadir ) /sql_features.txt
53
54
@@ -56,8 +57,7 @@ installdirs:
56
57
57
58
.PHONY : uninstall-data
58
59
uninstall-data :
59
- rm -f $(addprefix $(DESTDIR )$(datadir ) /, $(BKIFILES ) information_schema.sql sql_features.txt)
60
-
60
+ rm -f $(addprefix $(DESTDIR )$(datadir ) /, $(BKIFILES ) system_views.sql information_schema.sql sql_features.txt)
61
61
62
62
clean :
63
63
rm -f SUBSYS.o $(OBJS ) $(BKIFILES )
Original file line number Diff line number Diff line change 5
5
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
8
- # $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.30 2003/11/10 22:51:16 momjian Exp $
8
+ # $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.31 2003/11/11 01:58:23 momjian Exp $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
@@ -30,13 +30,12 @@ dirmod.c sprompt.c: % : $(top_srcdir)/src/port/%
30
30
31
31
install : all installdirs
32
32
$(INSTALL_PROGRAM ) initdb$(X ) $(DESTDIR )$(bindir ) /initdb$(X )
33
- $(INSTALL_DATA ) $(srcdir ) /system_views.sql $(DESTDIR )$(datadir ) /system_views.sql
34
33
35
34
installdirs :
36
35
$(mkinstalldirs ) $(DESTDIR )$(bindir )
37
36
38
37
uninstall :
39
- rm -f $(DESTDIR )$(bindir ) /initdb$(X ) $( DESTDIR )$( datadir ) /system_views.sql
38
+ rm -f $(DESTDIR )$(bindir ) /initdb$(X )
40
39
41
40
clean distclean :
42
41
rm -f initdb$(X ) $(OBJS )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments