Allow parentheses in commands.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 8 Mar 2008 16:42:46 +0000 (17:42 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 8 Mar 2008 16:42:46 +0000 (17:42 +0100)
(This used to be commit b5c293f05303460aceb8e29a1be68945fac9071a)

source4/build/make/rules.mk

index 3c195e290361652fd64b39ecd816b41897e676a5..76ede6eae7731a50ab8ef9597fa4db7224500db8 100644 (file)
@@ -207,9 +207,7 @@ include/includes.d: include/includes.h
        @echo "Compiling $<"
        @-mkdir -p `dirname $@`
        @$(COMPILE) && exit 0 ; \
-               echo "The following command failed:" 1>&2;\
-               echo "$(COMPILE)" 1>&2;\
-               $(COMPILE) >/dev/null 2>&1
+       $(COMPILE)