Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbf125ca

Browse files
committed
Bring in a "registration" file to be printed out after the user has
performed a 'make install'Uses 'more', which should be standard across all systems, I hope?
1 parent87d703f commitbf125ca

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

‎register.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
This is a dummy file...
3+

‎src/GNUmakefile.in

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

@@ -50,6 +50,23 @@ endif
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+
5370
clean:
5471
@if test $(PORTNAME) = UNDEFINED; then \
5572
echo You must set the PORTNAME value in Makefile.global before \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp