try something 2
This commit is contained in:
parent
e18283fa68
commit
9bc50c93fe
@ -162,7 +162,8 @@ endif
|
|||||||
TIDY := clang-tidy
|
TIDY := clang-tidy
|
||||||
|
|
||||||
tidy:
|
tidy:
|
||||||
cd $(srcdir) && $(TIDY) $(CSOURCES) $(TIDYFLAGS) $(CURL_CLANG_TIDYFLAGS) -- $(AM_CPPFLAGS) $(CPPFLAGS) -DHAVE_CONFIG_H
|
_curl_cfiles=`echo ' $(CURL_CFILES)' | sed -e 's/ +/ /g' -e 's| | $(srcdir)/|g'`
|
||||||
|
$(TIDY) $(CSOURCES) $(TIDYFLAGS) $(CURL_CLANG_TIDYFLAGS) -- $(AM_CPPFLAGS) $(CPPFLAGS) -DHAVE_CONFIG_H
|
||||||
|
|
||||||
optiontable:
|
optiontable:
|
||||||
perl optiontable.pl < $(top_srcdir)/include/curl/curl.h > easyoptions.c
|
perl optiontable.pl < $(top_srcdir)/include/curl/curl.h > easyoptions.c
|
||||||
|
|||||||
@ -206,7 +206,8 @@ endif
|
|||||||
TIDY := clang-tidy
|
TIDY := clang-tidy
|
||||||
|
|
||||||
tidy: $(HUGE) $(CA_EMBED_CSOURCE)
|
tidy: $(HUGE) $(CA_EMBED_CSOURCE)
|
||||||
cd $(srcdir) && $(TIDY) $(CURL_CFILES) $(curl_cfiles_gen) $(TIDYFLAGS) $(CURL_CLANG_TIDYFLAGS) -- $(curl_CPPFLAGS) $(CPPFLAGS) $(AM_CPPFLAGS) -DHAVE_CONFIG_H
|
_curl_cfiles=`echo ' $(CURL_CFILES)' | sed -e 's/ +/ /g' -e 's| | $(srcdir)/|g'`
|
||||||
|
$(TIDY) ${_curl_cfiles} $(curl_cfiles_gen) $(TIDYFLAGS) $(CURL_CLANG_TIDYFLAGS) -- $(curl_CPPFLAGS) $(CPPFLAGS) $(AM_CPPFLAGS) -DHAVE_CONFIG_H
|
||||||
|
|
||||||
listhelp:
|
listhelp:
|
||||||
(cd $(top_srcdir)/docs/cmdline-opts && make listhelp)
|
(cd $(top_srcdir)/docs/cmdline-opts && make listhelp)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user