mirror of
https://github.com/stefanberger/libtpms
synced 2025-12-31 20:04:03 +00:00
build-sys: fix grep warnings when building out-of-tree
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
402fc2b1e1
commit
3e591832c4
@ -546,7 +546,8 @@ check:
|
||||
|
||||
.PHONY: srccheck
|
||||
srccheck:
|
||||
@n=`grep -i "nuvo" $(libtpms_tpm2_la_SOURCES) | wc -l`; \
|
||||
@cd $(srcdir) && \
|
||||
n=`grep -i "nuvo" $(libtpms_tpm2_la_SOURCES) | wc -l`; \
|
||||
if test $$n -ne 0; then \
|
||||
echo "Filter sources!"; \
|
||||
exit 1; \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user