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

Commit

Permalink
Re-bootstrapped the package.
Browse files Browse the repository at this point in the history
  • Loading branch information
gerickson committed Oct 19, 2018
1 parent ab024a5 commit 0bf344e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -1225,7 +1225,7 @@ $(distdir)/.dist-version: $(builddir)/.local-version force
$(distdir)/.dist-version $(builddir)/.local-version:
$(call check-file,$(@F))

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

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

Expand Down
6 changes: 3 additions & 3 deletions src/test-apps/Makefile.in
Expand Up @@ -8507,10 +8507,10 @@ distclean-generic:
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
@WEAVE_BUILD_TESTS_FALSE@uninstall-local:
@WEAVE_BUILD_COVERAGE_FALSE@clean-local:
@WEAVE_BUILD_COVERAGE_REPORTS_FALSE@clean-local:
@WEAVE_BUILD_TESTS_FALSE@clean-local:
@WEAVE_BUILD_TESTS_FALSE@uninstall-local:
@WEAVE_BUILD_TESTS_FALSE@install-exec-local:
clean: clean-recursive

Expand Down Expand Up @@ -8693,7 +8693,7 @@ include $(abs_top_nlbuild_autotools_dir)/automake/pre.am
@WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@$(WEAVE_LIBS_COVERAGE_BUNDLE):
@WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@ $(call create-directory)

@WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@$(WEAVE_COVERAGE_INFO): check | $(WEAVE_COVERAGE_BUNDLE)
@WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@$(WEAVE_COVERAGE_INFO): check-local | $(WEAVE_COVERAGE_BUNDLE)
@WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@ $(call generate-coverage-report,${abs_top_builddir})

# 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
Expand All @@ -8715,7 +8715,7 @@ include $(abs_top_nlbuild_autotools_dir)/automake/pre.am
@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)
@WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@ $(AM_V_at)rm -rf $(WEAVE_LIBS_COVERAGE_SOURCE)

@WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@coverage: $(WEAVE_LIBS_COVERAGE_INFO)
@WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@coverage-local: $(WEAVE_LIBS_COVERAGE_INFO)

@WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@clean-local: clean-local-coverage

Expand Down

0 comments on commit 0bf344e

Please sign in to comment.