Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
[jelmer/samba4.git] / source / build / make / rules.mk
index faefb4e323ea2604e428802cb04c7ffb7df0ca70..541fa018db7c163972991c252548f1c0930a2be2 100644 (file)
@@ -211,7 +211,9 @@ include/includes.d: include/includes.h
        @echo "Compiling $<"
        @-mkdir -p `dirname $@`
        @$(COMPILE) && exit 0 ; \
-       $(COMPILE) 
+               echo "The following command failed:" 1>&2;\
+               echo "$(COMPILE)" 1>&2;\
+               $(COMPILE) >/dev/null 2>&1