mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Rename 'gmake' to 'make' in docs and recommended commands
This simplifies the docs and makes it easier to cut/paste command lines.
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
#
|
||||
# By default, this builds against an existing PostgreSQL installation
|
||||
# (the one identified by whichever pg_config is first in your path).
|
||||
# Within a configured source tree, you can say "gmake NO_PGXS=1 all"
|
||||
# Within a configured source tree, you can say "make NO_PGXS=1 all"
|
||||
# to build using the surrounding source tree.
|
||||
#
|
||||
# IDENTIFICATION
|
||||
|
@ -7,7 +7,7 @@ This directory contains SQL tutorial scripts. To look at them, first do a
|
||||
% make
|
||||
to compile all the scripts and C files for the user-defined functions
|
||||
and types. (make needs to be GNU make --- it may be named something
|
||||
different on your system, often gmake)
|
||||
different on your system, often 'gmake')
|
||||
|
||||
Then, run psql with the -s (single-step) flag:
|
||||
% psql -s
|
||||
|
Reference in New Issue
Block a user