make check_defines silent
This commit is contained in:
parent
6905e4113f
commit
a6417387c0
2
makefile
2
makefile
@ -404,7 +404,7 @@ zipup: no_oops docs
|
|||||||
|
|
||||||
|
|
||||||
check_defines:
|
check_defines:
|
||||||
cat src/headers/tomcrypt_custom.h | grep '\#define[ \t]*LTC_' | sed -e 's@/\*@@g' -e 's@\*/@@g' -e 's@^[ \t]*@@g' \
|
${silent} cat src/headers/tomcrypt_custom.h | grep '\#define[ \t]*LTC_' | sed -e 's@/\*@@g' -e 's@\*/@@g' -e 's@^[ \t]*@@g' \
|
||||||
| cut -d' ' -f 2 | sed -e 's@(x)@@g' | sort | uniq \
|
| cut -d' ' -f 2 | sed -e 's@(x)@@g' | sort | uniq \
|
||||||
| grep -v -e 'LTC_ECC[0-9]*' -e 'LTC_DH[0-9]*' -e 'LTC_NO_' -e 'LTC_MUTEX' -e 'LTC_MPI' \
|
| grep -v -e 'LTC_ECC[0-9]*' -e 'LTC_DH[0-9]*' -e 'LTC_NO_' -e 'LTC_MUTEX' -e 'LTC_MPI' \
|
||||||
| xargs -I '{}' sh -c 'grep -q -m 1 -o {} src/misc/crypt/crypt.c || echo {} not found'
|
| xargs -I '{}' sh -c 'grep -q -m 1 -o {} src/misc/crypt/crypt.c || echo {} not found'
|
||||||
|
Loading…
Reference in New Issue
Block a user