OSDN Git Service

Only put PARSE_TIME_MAKE_GOALS into KATI_TARGETS
authorShinichiro Hamaji <hamaji@google.com>
Thu, 24 Sep 2015 05:33:27 +0000 (14:33 +0900)
committerShinichiro Hamaji <hamaji@google.com>
Fri, 25 Sep 2015 04:49:46 +0000 (13:49 +0900)
commitcb31f040e304e7d7b2a08d3fd8eceb72c878c37e
tree443caf7e830ee332baae4be6616863ccc51a42e1
parent3c524993c7d18cd9396a4d014c58039478c21e3e
Only put PARSE_TIME_MAKE_GOALS into KATI_TARGETS

Only goals that modify the parsing need to be passed to kati, filter out
everything else and only pass it to ninja.

Also, always specify --gen_all_phony_targets. With this flag, kati emits
all phony targets in the ninja file so a ninja file generated only with
PARSE_TIME_MAKE_GOALS can handle targets which don't change the parsing.

Bug: 24339367
Change-Id: I63237160c3c86817b53635665d56906790ec4e6a
core/ninja.mk