summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index ac850338c..758f55eca 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -654,3 +654,14 @@ coverity prevent cov: Makefiles
else \
echo "** Coverity Prevent analysis results not commit to Defect Manager"; \
fi
+
+FIND = find
+XARGS = xargs
+EMACS = emacs
+
+reindent::
+ $(FIND) $(SRCTOP) \
+ \( -name '*.[ch]' -o -name '*.hin' -o -name '*.[ch].in' \) \
+ -print0 | $(XARGS) -0 $(EMACS) -q -batch \
+ -l $(SRCTOP)/util/krb5-c-style.el \
+ -l $(SRCTOP)/util/krb5-batch-reindent.el