aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-14 02:27:16 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-14 02:27:16 +0000
commit2c989a6ff4e739d3345d6277d92b420ab696419b (patch)
treef0597e5bdef5ea36e0e28b1881e60ae25faf73c1 /Makefile.in
parenteea3536e6783d0e39ea738e1446c41b70d28dd28 (diff)
downloadruby-2c989a6ff4e739d3345d6277d92b420ab696419b.tar.gz
Makefile.in: update-known-errors
* Makefile.in (update-known-errors): update defs/known_errors.def by using errno(1). * defs/known_errors.def: sort alphabetically for merger. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index b121441f9b..715dc688f7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -556,6 +556,10 @@ update-simplecov:
update-coverage: update-simplecov update-simplecov-html update-doclie
+update-known-errors:
+ errno --list | cut -d' ' -f1 | sort -u - $(srcdir)/defs/known_errors.def | \
+ $(IFCHANGE) $(srcdir)/defs/known_errors.def -
+
INSNS = opt_sc.inc optinsn.inc optunifs.inc insns.inc insns_info.inc \
vmtc.inc vm.inc mjit_compile.inc