File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1+
2+ This is a dummy file...
3+
Original file line number Diff line number Diff line change 77#
88#
99# IDENTIFICATION
10- # $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.16 1997/08/16 20:56:25 scrappy Exp $
10+ # $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.17 1997/10/02 00:59:35 scrappy Exp $
1111#
1212#-------------------------------------------------------------------------
1313
5050 echo All of PostgreSQL is successfully made. Ready to install. ;\
5151 fi
5252
53+ install:
54+ @if test $(PORTNAME) = UNDEFINED; then \
55+ echo You must set the PORTNAME value in Makefile.global before \
56+ you can build Postgres. ;\
57+ false ;\
58+ else true;\
59+ fi
60+ $(MAKE) -C lextest install
61+ $(MAKE) -C utils install
62+ $(MAKE) -C backend install
63+ $(MAKE) -C interfaces install
64+ $(MAKE) -C bin install
65+ ifneq ($(wildcard man), )
66+ $(MAKE) -C man install
67+ endif
68+ more -e ../register.txt
69+
5370clean:
5471 @if test $(PORTNAME) = UNDEFINED; then \
5572 echo You must set the PORTNAME value in Makefile.global before \
You can’t perform that action at this time.
0 commit comments