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

Commit34bffa9

Browse files
committed
Update for pgaccess 0.98.
1 parentb77016b commit34bffa9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

‎src/Makefile.global.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.56.2.1 1999/07/30 04:13:44 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.56.2.2 1999/10/31 19:56:33 momjian Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -145,6 +145,7 @@ endif
145145
#
146146
USE_TCL= @USE_TCL@
147147
USE_TK= @USE_TK@
148+
WISH= @WISH@
148149

149150
USE_PERL= @USE_PERL@
150151

‎src/bin/pgaccess/Makefile.inrenamed to‎src/bin/pgaccess/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (c) 1994, Regents of the University of California
77
#
88
# IDENTIFICATION
9-
# $Header: /cvsroot/pgsql/src/bin/pgaccess/Attic/Makefile.in,v 1.2.2.1 1999/10/3112:34:10 momjian Exp $
9+
# $Header: /cvsroot/pgsql/src/bin/pgaccess/Attic/Makefile,v 1.1.4.5 1999/10/3119:56:37 momjian Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -16,7 +16,7 @@ include $(SRCDIR)/Makefile.global
1616
all: pgaccess
1717

1818
pgaccess: pgaccess.sh
19-
sed -e's;__wish__;@wish@;' pgaccess.sh|\
19+
sed -e's;__wish__;$(WISH);' pgaccess.sh|\
2020
sed -e's;__POSTGRESDIR__;$(POSTGRESDIR);'\
2121
> pgaccess
2222

@@ -30,6 +30,8 @@ install:
3030
$(INSTALL)$(INSTLOPTS) lib/help/*.hlp$(POSTGRESDIR)/pgaccess/lib/help
3131
@if [!-d$(POSTGRESDIR)/pgaccess/lib/languages ];then mkdir$(POSTGRESDIR)/pgaccess/lib/languages;fi
3232
$(INSTALL)$(INSTLOPTS) lib/languages/[a-z]*$(POSTGRESDIR)/pgaccess/lib/languages
33+
@if [!-d$(POSTGRESDIR)/pgaccess/images ];then mkdir$(POSTGRESDIR)/pgaccess/images;fi
34+
$(INSTALL)$(INSTLOPTS) images/*.gif$(POSTGRESDIR)/pgaccess/images
3335

3436
clean:
3537
rm -f pgaccess

‎src/configure

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7766,7 +7766,6 @@ trap 'rm -fr `echo "GNUmakefile
77667766
backend/utils/Gen_fmgrtab.sh
77677767
bin/pg_dump/Makefile
77687768
bin/pg_version/Makefile
7769-
bin/pgaccess/Makefile
77707769
bin/pgtclsh/mkMakefile.tcldefs.sh
77717770
bin/pgtclsh/mkMakefile.tkdefs.sh
77727771
bin/psql/Makefile
@@ -7940,7 +7939,6 @@ CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile
79407939
backend/utils/Gen_fmgrtab.sh
79417940
bin/pg_dump/Makefile
79427941
bin/pg_version/Makefile
7943-
bin/pgaccess/Makefile
79447942
bin/pgtclsh/mkMakefile.tcldefs.sh
79457943
bin/pgtclsh/mkMakefile.tkdefs.sh
79467944
bin/psql/Makefile

‎src/configure.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,6 @@ AC_OUTPUT(
11871187
backend/utils/Gen_fmgrtab.sh
11881188
bin/pg_dump/Makefile
11891189
bin/pg_version/Makefile
1190-
bin/pgaccess/Makefile
11911190
bin/pgtclsh/mkMakefile.tcldefs.sh
11921191
bin/pgtclsh/mkMakefile.tkdefs.sh
11931192
bin/psql/Makefile

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp