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

Commitdad34ba

Browse files
committed
Un-break createlang build.
1 parent5214f09 commitdad34ba

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎src/bin/scripts/Makefile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.17 2002/10/1818:41:22 momjian Exp $
8+
# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.18 2002/10/1819:35:28 tgl Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

@@ -18,10 +18,11 @@ SCRIPTS := createdb dropdb createuser dropuser createlang droplang vacuumdb \
1818

1919
all:$(SCRIPTS)
2020

21-
# we don't need this now, but we may need it some day, bjm 2002-01-03
22-
#createlang: createlang.sh
23-
#cp $< $@
24-
#chmod a+x $@
21+
# we don't really need to edit createlang.sh at the moment,
22+
# but keep the old generation procedure in case we need it again.
23+
createlang: createlang.sh
24+
cp$<$@
25+
chmod a+x$@
2526

2627
install: all installdirs
2728
foriin$(filter-out createlang,$(SCRIPTS));do \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp