Add compat verify-sources target

qubes-builder refuse to run make get-sources, if there is no
accompanying make verify-sources defined.
This commit is contained in:
Marek Marczykowski-Górecki 2019-06-27 02:07:50 +02:00
parent ca667abaa5
commit 5851a15b08
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -92,4 +92,7 @@ get-sources:
verify-sources:
$(MAKE) -C livecd-tools verify-sources
else
verify-sources:
@true
endif