]> arthur.barton.de Git - bup.git/commit
Makefile: check $(shell) exit statuses
authorRob Browning <rlb@defaultvalue.org>
Tue, 15 Dec 2015 18:07:14 +0000 (12:07 -0600)
committerRob Browning <rlb@defaultvalue.org>
Fri, 18 Dec 2015 19:18:17 +0000 (13:18 -0600)
commite6f692856bf3cb32decc5850cf868cf1dc420e66
tree0faaf4fab2a02c52cc69e1cdd83c4eb2256af1bc
parent6bfd8db535475a7e4a30b6c62161359fd0dc5e56
Makefile: check $(shell) exit statuses

Append " ok" or " no" to the output of every $(shell) invocation, and
then use that to detect failures.  Previously, failures were ignored.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
Makefile