mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Add mention that createlang.sh indirection not needed but kept for later.
This commit is contained in:
parent
8be67450aa
commit
4ecd278991
@ -5,7 +5,7 @@
|
|||||||
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
|
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
|
||||||
# Portions Copyright (c) 1994, Regents of the University of California
|
# Portions Copyright (c) 1994, Regents of the University of California
|
||||||
#
|
#
|
||||||
# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.13 2001/05/23 22:00:43 petere Exp $
|
# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.14 2002/01/03 08:38:00 momjian Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -17,6 +17,7 @@ SCRIPTS := createdb dropdb createuser dropuser createlang droplang vacuumdb
|
|||||||
|
|
||||||
all: $(SCRIPTS)
|
all: $(SCRIPTS)
|
||||||
|
|
||||||
|
# we don't need this now, but we may need it some day, bjm 2002-01-03
|
||||||
createlang: createlang.sh
|
createlang: createlang.sh
|
||||||
cp $< $@
|
cp $< $@
|
||||||
chmod a+x $@
|
chmod a+x $@
|
||||||
|
Loading…
Reference in New Issue
Block a user