Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 0bf344e

Browse files
committed
Re-bootstrapped the package.
1 parent ab024a5 commit 0bf344e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ $(distdir)/.dist-version: $(builddir)/.local-version force
12251225
$(distdir)/.dist-version $(builddir)/.local-version:
12261226
$(call check-file,$(@F))
12271227

1228-
dist distcheck distdir install-headers: $(BUILT_SOURCES)
1228+
all-recursive check-recursive coverage-recursive install-recursive pretty-recursive pretty-check-recursive dist distcheck distdir install-headers: $(BUILT_SOURCES)
12291229

12301230
dist-hook: $(distdir)/.dist-version
12311231

src/test-apps/Makefile.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8507,10 +8507,10 @@ distclean-generic:
85078507
maintainer-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:
85158515
clean: 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

Comments
 (0)