# All make targets should be implemented in tools/make/*.mk# ====================================================================================================# Supported Targets: (Run `make help` to see more API Testing information)# ====================================================================================================# An wrapper around `make` so that we can force on the,# --warn-undefined-variables flag. Sure, you can set# `MAKEFLAGS += --warn-undefined-variables` from inside of a Makefile,# but then it won't turn on until the second phase (recipe execution),# and won't actually be on during the initial phase (parsing).# See: https://www.gnu.org/software/make/manual/make.html#Reading-Makefiles# Have everything-else ("%") depend on _run (which uses# $(MAKECMDGOALS) to decide what to run), rather than having# everything else run $(MAKE) directly, since that'd end up running# multiple sub-Makes if you give multiple targets on the CLI._run:@$(MAKE) --warn-undefined-variables -f tools/make/common.mk $(MAKECMDGOALS).PHONY: _run$(if $(MAKECMDGOALS),$(MAKECMDGOALS): %: _run)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
1. 开源生态
2. 协作、人、软件
3. 评估模型