From: Clifford Wolf Date: Thu, 12 Apr 2018 12:02:57 +0000 (+0200) Subject: Improve Makefile error handling for when abc/ is a hg working copy X-Git-Tag: yosys-0.8~119 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f0ecff71cd0ddb6e4ac3cc85950f4d504645b64;p=yosys.git Improve Makefile error handling for when abc/ is a hg working copy Signed-off-by: Clifford Wolf --- diff --git a/Makefile b/Makefile index 0b8af9f8f..025bfd536 100644 --- a/Makefile +++ b/Makefile @@ -442,6 +442,9 @@ yosys-config: misc/yosys-config.in abc/abc-$(ABCREV)$(EXE): $(P) ifneq ($(ABCREV),default) + $(Q) if test -d abc/.hg; then \ + echo 'REEBE: NOP qverpgbel vf n ut jbexvat pbcl! Erzbir nop/ naq er-eha "znxr".' | tr 'A-Za-z' 'N-ZA-Mn-za-m'; false; \ + fi $(Q) if ( cd abc 2> /dev/null && ! git diff-index --quiet HEAD; ); then \ echo 'REEBE: NOP pbagnvaf ybpny zbqvsvpngvbaf! Frg NOPERI=qrsnhyg va Lbflf Znxrsvyr!' | tr 'A-Za-z' 'N-ZA-Mn-za-m'; false; \ fi