We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5214f09 commitdad34baCopy full SHA for dad34ba
src/bin/scripts/Makefile
@@ -5,7 +5,7 @@
5
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
6
# Portions Copyright (c) 1994, Regents of the University of California
7
#
8
-# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.17 2002/10/1818:41:22 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.18 2002/10/1819:35:28 tgl Exp $
9
10
#-------------------------------------------------------------------------
11
@@ -18,10 +18,11 @@ SCRIPTS := createdb dropdb createuser dropuser createlang droplang vacuumdb \
18
19
all:$(SCRIPTS)
20
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 $@
+# we don't really need to edit createlang.sh at the moment,
+# but keep the old generation procedure in case we need it again.
+createlang: createlang.sh
+cp$<$@
25
+chmod a+x$@
26
27
install: all installdirs
28
foriin$(filter-out createlang,$(SCRIPTS));do \