makefile: do not require sha1sum when signature available
This commit is contained in:
parent
6148e5d1da
commit
fa53c91147
2
Makefile
2
Makefile
@ -69,8 +69,8 @@ else
|
|||||||
# The key has been compromised
|
# The key has been compromised
|
||||||
# and kernel.org decided not to release signature
|
# and kernel.org decided not to release signature
|
||||||
# with a new key... oh, well...
|
# with a new key... oh, well...
|
||||||
endif
|
|
||||||
sha1sum -c ${HASH_FILE}
|
sha1sum -c ${HASH_FILE}
|
||||||
|
endif
|
||||||
|
|
||||||
.PHONY: clean-sources
|
.PHONY: clean-sources
|
||||||
clean-sources:
|
clean-sources:
|
||||||
|
Loading…
Reference in New Issue
Block a user