Update pretty and pretty-check make variables. (#192)

This commit is contained in:
Jonathan Hui
2016-06-22 09:12:49 -07:00
committed by GitHub
parent 31bc49de32
commit 1571c9ef9c
2 changed files with 6 additions and 4 deletions
+5 -3
View File
@@ -270,6 +270,7 @@ AM_CONDITIONAL([OPENTHREAD_BUILD_OPTIMIZED], [test "${nl_cv_build_optimized}" =
AC_SUBST(PRETTY, ["\${abs_top_srcdir}/.astyle/astyle-wrap.sh"])
AC_SUBST(PRETTY_ARGS, ["astyle --options=\${abs_top_builddir}/.astyle/astyle-opts"])
AC_SUBST(PRETTY_CHECK, ["\${abs_top_srcdir}/.astyle/astyle-wrap.sh"])
AC_SUBST(PRETTY_CHECK_ARGS, ["astyle --options=\${abs_top_builddir}/.astyle/astyle-opts --dry-run"])
#
@@ -592,9 +593,10 @@ AC_MSG_NOTICE([
C++ Compile flags : ${CXXFLAGS:--}
Link flags : ${LDFLAGS:--}
Link libraries : ${LIBS}
Astyle : ${PRETTY}
Astyle pretty args : ${PRETTY_ARGS}
Astyle pretty check args : ${PRETTY_CHECK_ARGS}
Pretty : ${PRETTY:--}
Pretty args : ${PRETTY_ARGS:--}
Pretty check : ${PRETTY_CHECK:--}
Pretty check args : ${PRETTY_CHECK_ARGS:--}
OpenThread CLI support : ${enable_cli}
OpenThread NCP support : ${enable_ncp}
OpenThread examples : ${OPENTHREAD_EXAMPLES}
+1 -1
View File
@@ -70,7 +70,7 @@ $(OPENTHREAD_COVERAGE_BUNDLE):
$(OPENTHREAD_COVERAGE_INFO): check | $(dir $(OPENTHREAD_COVERAGE_INFO))
$(call generate-coverage-report,${top_builddir})
coverage: $(OPENTHREAD_COVERAGE_INFO)
coverage-local: $(OPENTHREAD_COVERAGE_INFO)
clean-local: clean-local-coverage