From 2fc80e8e8304913c8dd1090bb2976632c0f4a8c3 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 12 Feb 2014 17:29:19 -0500 Subject: Rename 'gmake' to 'make' in docs and recommended commands This simplifies the docs and makes it easier to cut/paste command lines. --- src/tools/pgindent/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/tools') 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 -- cgit v1.2.3