summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorBruce Momjian2014-02-12 22:29:19 +0000
committerBruce Momjian2014-02-12 22:29:19 +0000
commit2fc80e8e8304913c8dd1090bb2976632c0f4a8c3 (patch)
tree824545b2c226b2cde86b6621f4df242d2c36ddcd /src/tools
parent2a2e40aaaad6d9d8a2c6a61817542a2d8c369935 (diff)
Rename 'gmake' to 'make' in docs and recommended commands
This simplifies the docs and makes it easier to cut/paste command lines.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/pgindent/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README
index 16ee06119b0..ecc5eb1f8ad 100644
--- a/src/tools/pgindent/README
+++ b/src/tools/pgindent/README
@@ -12,7 +12,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
4) Remove all derived files (pgindent has trouble with one of the flex macros):
- gmake maintainer-clean
+ make maintainer-clean
Or:
@@ -47,10 +47,10 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
# stop is only necessary if it's going to install in a location with an
# already running server
pg_ctl stop
- gmake -C src install
- gmake -C contrib install
+ make -C src install
+ make -C contrib install
pg_ctl start
- gmake installcheck-world
+ make installcheck-world
10) Remove Perl backup files after testing