HomeSort by: relevance | last modified time | path
    Searched refs:CLANG_FORMAT_DIFF (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/Configurations/
unix-Makefile.tmpl 1209 CLANG_FORMAT_DIFF = clang-format-diff
1213 @if ! command -v "$(CLANG_FORMAT_DIFF)" >/dev/null; then \
1214 echo "Unable to find ${CLANG_FORMAT_DIFF}";\
1215 echo "Please set the CLANG_FORMAT_DIFF variable to your clang-format-diff command";\
1220 ( cd $(SRCDIR); git diff -U0 --no-prefix --no-color | $(CLANG_FORMAT_DIFF) )

Completed in 24 milliseconds