mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +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:
@ -40,8 +40,8 @@ endif
|
||||
|
||||
# We could do this test in the action section:
|
||||
# $(if $(ZIC),$(ZIC),./zic)
|
||||
# but gmake versions <= 3.78.1 or perhaps later have a bug
|
||||
# that causes a segfault; gmake 3.81 or later fixes this.
|
||||
# but GNU make versions <= 3.78.1 or perhaps later have a bug
|
||||
# that causes a segfault; GNU make 3.81 or later fixes this.
|
||||
ifeq (,$(ZIC))
|
||||
ZIC= ./zic
|
||||
endif
|
||||
|
@ -27,7 +27,7 @@ effort is needed to update the time zone abbreviation lists under tznames/.
|
||||
These need to be changed whenever new abbreviations are invented or the
|
||||
UTC offset associated with an existing abbreviation changes. To detect
|
||||
if this has happened, after installing new files under data/ do
|
||||
gmake abbrevs.txt
|
||||
make abbrevs.txt
|
||||
which will produce a file showing all abbreviations that are in current
|
||||
use according to the data/ files. Compare this to known_abbrevs.txt,
|
||||
which is the list that existed last time the tznames/ files were updated.
|
||||
|
Reference in New Issue
Block a user