[beast: 10/15] BUILD: Makefile.decl: add $(QDIE)



commit b9adb0741a2e4a90ebe7b4894d529b7c8ef45b75
Author: Tim Janik <timj gnu org>
Date:   Sun Jul 23 02:34:15 2017 +0200

    BUILD: Makefile.decl: add $(QDIE)
    
    Signed-off-by: Tim Janik <timj gnu org>

 Makefile.decl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.decl b/Makefile.decl
index e749974..75e3f18 100644
--- a/Makefile.decl
+++ b/Makefile.decl
@@ -16,6 +16,7 @@ Q       = $(if $(findstring 1, $(V)) ,, @)
 QGEN    = $(Q:@=@echo '  GEN   ' $@; )
 QSTDERR = $(Q:@=2>/dev/null)
 QSTDOUT = $(Q:@=1>/dev/null)
+QDIE    = bash -c 'echo "  ERROR    $@: $$@" >&2; exit 127' _
 
 # == GITSTAMP ==
 # list of stamp files touched by commits


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]