@@ -8507,10 +8507,10 @@ distclean-generic:
85078507maintainer-clean-generic:
85088508 @echo "This command is intended for maintainers to use"
85098509 @echo "it deletes files that may require special tools to rebuild."
8510- @WEAVE_BUILD_TESTS_FALSE@uninstall-local:
85118510@WEAVE_BUILD_COVERAGE_FALSE@clean-local:
85128511@WEAVE_BUILD_COVERAGE_REPORTS_FALSE@clean-local:
85138512@WEAVE_BUILD_TESTS_FALSE@clean-local:
8513+ @WEAVE_BUILD_TESTS_FALSE@uninstall-local:
85148514@WEAVE_BUILD_TESTS_FALSE@install-exec-local:
85158515clean: clean-recursive
85168516
@@ -8693,7 +8693,7 @@ include $(abs_top_nlbuild_autotools_dir)/automake/pre.am
86938693@WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@$(WEAVE_LIBS_COVERAGE_BUNDLE):
86948694@WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@ $(call create-directory)
86958695
8696- @WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@$(WEAVE_COVERAGE_INFO): check | $(WEAVE_COVERAGE_BUNDLE)
8696+ @WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@$(WEAVE_COVERAGE_INFO): check-local | $(WEAVE_COVERAGE_BUNDLE)
86978697@WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@ $(call generate-coverage-report,${abs_top_builddir})
86988698
86998699# collect all the *.gcno & *gcda files of libWeave.a for Weave Library coverage analysis, rename the *h file paths to make it a clean report
@@ -8715,7 +8715,7 @@ include $(abs_top_nlbuild_autotools_dir)/automake/pre.am
87158715@WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@ $(NL_V_GENHTML)$(GENHTML) $(NL_V_GENHTML_FLAGS) --config-file="$(abs_top_nlbuild_autotools_dir)/etc/lcov.config" $(WEAVE_LIBS_COVERAGE_INFO).clean --output-directory $(WEAVE_LIBS_COVERAGE_BUNDLE)
87168716@WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@ $(AM_V_at)rm -rf $(WEAVE_LIBS_COVERAGE_SOURCE)
87178717
8718- @WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@coverage: $(WEAVE_LIBS_COVERAGE_INFO)
8718+ @WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@coverage-local : $(WEAVE_LIBS_COVERAGE_INFO)
87198719
87208720@WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@clean-local: clean-local-coverage
87218721
0 commit comments