Merge "Switch host_init_verifier to getopt()"

This commit is contained in:
Tom Cherry 2019-06-27 21:09:07 +00:00 committed by Gerrit Code Review
commit fdbd55d259
1 changed files with 1 additions and 1 deletions

View File

@ -2450,7 +2450,7 @@ define copy-init-script-file-checked
# Host init verifier doesn't exist on darwin.
ifneq ($(HOST_OS),darwin)
$(2): $(1) $(HOST_INIT_VERIFIER) $(call intermediates-dir-for,ETC,passwd)/passwd
$(hide) $(HOST_INIT_VERIFIER) $$< $(call intermediates-dir-for,ETC,passwd)/passwd
$(hide) $(HOST_INIT_VERIFIER) -p $(call intermediates-dir-for,ETC,passwd)/passwd $$<
else
$(2): $(1)
endif