From 9a5c78dc266833fc10555935f2aa2f92b88cb9a0 Mon Sep 17 00:00:00 2001 From: KOBAYASHI Shuji Date: Mon, 2 Nov 2020 14:13:33 +0900 Subject: Fix parallel build When `rake -m` and so on are used to build in parallel, building may be started before presym files are generated. Then, for example, the following error occurs and this issue is fixed. ```console In file included from /Users/shuujii/mruby/mruby/include/mruby.h:92: /mruby/mruby/include/mruby/presym.h:16:10: fatal error: '../build/presym.inc' file not found #include <../build/presym.inc> ^~~~~~~~~~~~~~~~~~~~~ ``` --- doc/mruby3.md | 6 ------ 1 file changed, 6 deletions(-) (limited to 'doc/mruby3.md') diff --git a/doc/mruby3.md b/doc/mruby3.md index e611a1b16..12cc78a1b 100644 --- a/doc/mruby3.md +++ b/doc/mruby3.md @@ -3,12 +3,6 @@ User visible changes in `mruby3` # Build System -## `presym` target - -The first compilation of `mruby` may require generation of a -static symbol table named `build/presym`. You can generate -the table by `rake gensym`. - ## `build_config` directory Typical build configuration files are located in `build_config` -- cgit v1.2.3