forked from openkylin/platform_build
Merge "Update default NINJA_STATUS to show finished edges" am: 27032630c0
am: 91fbe6006a
* commit '91fbe6006a1422611e7ec2956d641c18b62f1f4f':
Update default NINJA_STATUS to show finished edges
Change-Id: Iaf65cd8a7fcccdb7e4f06a6708788161885c0dc5
This commit is contained in:
commit
2a73e9280b
|
@ -103,7 +103,7 @@ $(shell mkdir -p $(dir $(my_ninja_suffix_file)) && \
|
|||
endif
|
||||
|
||||
ifeq (,$(NINJA_STATUS))
|
||||
NINJA_STATUS := [%p %s/%t]$(space)
|
||||
NINJA_STATUS := [%p %f/%t]$(space)
|
||||
endif
|
||||
|
||||
NINJA_EXTRA_ARGS :=
|
||||
|
|
Loading…
Reference in New Issue