[dpdk-dev] [PATCH 2/4] mk: do not build tests by default

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Feb 15 17:58:58 CET 2017


2017-02-15 15:26, Ferruh Yigit:
> +.PHONY: test-buid
> +test-build:
> +	$(Q)$(MAKE) -f $(RTE_SDK)/mk/rte.sdkconfig.mk checkconfig
> +	$(Q)$(MAKE) -f $(RTE_SDK)/mk/rte.sdkbuild.mk test

Why not rely on default rule below?

# all other build targets
%:
    $(Q)$(MAKE) -f $(RTE_SDK)/mk/rte.sdkconfig.mk checkconfig
    $(Q)$(MAKE) -f $(RTE_SDK)/mk/rte.sdkbuild.mk $@



More information about the dev mailing list