OSDN Git Service

core: Prefix and build bison host executable if needed
authorXiNGRZ <chenxingyu92@gmail.com>
Tue, 3 Oct 2017 16:13:07 +0000 (00:13 +0800)
committerXiNGRZ <chenxingyu92@gmail.com>
Wed, 4 Oct 2017 08:42:43 +0000 (16:42 +0800)
commitb7da831d8094c48cbf507550453cbc3463d5dabe
tree6d9c52ae7d53bab138dfb4774920a3bd45b93c67
parentca7da85fcce8ca562fbc6b16ce4d9cdae6439f51
core: Prefix and build bison host executable if needed

This patch prefixed bison with HOST_OUT_EXECUTABLES to ensure using our
`bison` built from source. It also added bison to be a depencency of %.y
and %.yy tasks so that it will be built if needed without any manual
`mka bison`.

Change-Id: Ic207124965c704b3f350e96b58d8e1f2683c2601
core/binary.mk
core/config.mk