Provide a better error message than git does, if we are not running in a proper checkout

pull/187/head
Hamish Coleman 4 years ago
parent fac1c5b5ed
commit 7ad9bed808

@ -293,6 +293,7 @@ endef
qemu-system-x86_64 $(QEMU_OPTIONS) -hda $<
mec-tools/Makefile:
@[ -e .git ] || (echo ERROR: This must be run on a git clone of the repository; false)
git submodule update --init --remote
mec-tools/mec_encrypt: mec-tools/Makefile

Loading…
Cancel
Save