This is an automated email from the ASF dual-hosted git repository.

shinrich pushed a commit to branch aviatrix-integrate-ats10
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 0b8e165f7242d7accb04cfc83510b815134169e8
Author: Susan Hinrichs <[email protected]>
AuthorDate: Fri Sep 8 16:37:49 2023 +0000

    Fix clang-format target
---
 Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 924a726b68..563874808f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -130,6 +130,7 @@ CLANG_FORMAT_DIR_TARGETS = \
        clang-format-include \
        clang-format-mgmt \
        clang-format-plugins \
+       clang-format-avx-plugins \
        clang-format-proxy \
        clang-format-tools \
        clang-format-tests
@@ -162,6 +163,9 @@ clang-format-mgmt:
 clang-format-plugins:
        @$(top_srcdir)/tools/clang-format.sh $(top_srcdir)/plugins
 
+clang-format-avx-plugins:
+       @$(top_srcdir)/tools/clang-format.sh $(top_srcdir)/aviatrix/avx_plugins
+
 clang-format-proxy:
        @$(top_srcdir)/tools/clang-format.sh $(top_srcdir)/proxy
 

Reply via email to