summaryrefslogtreecommitdiff
path: root/src/timezone
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/timezone
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/timezone')
-rw-r--r--src/timezone/Makefile4
-rw-r--r--src/timezone/README2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/timezone/Makefile b/src/timezone/Makefile
index 6cfe95019b8..1e962a3e984 100644
--- a/src/timezone/Makefile
+++ b/src/timezone/Makefile
@@ -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
diff --git a/src/timezone/README b/src/timezone/README
index d09b8854a09..98d98f235f3 100644
--- a/src/timezone/README
+++ b/src/timezone/README
@@ -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.