summaryrefslogtreecommitdiff
path: root/source4/build/make
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-03-08 17:42:46 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-03-08 17:42:46 +0100
commit3f637016148004e83856466fa90f47015f681ccc (patch)
treeec17b79ddb0c52206426e4c492dc8bdb18da321a /source4/build/make
parent6f1b0235486b9864c1b111d9d2f7e1fadb1f5421 (diff)
downloadsamba-3f637016148004e83856466fa90f47015f681ccc.tar.gz
samba-3f637016148004e83856466fa90f47015f681ccc.tar.bz2
samba-3f637016148004e83856466fa90f47015f681ccc.zip
Allow parentheses in commands.
(This used to be commit b5c293f05303460aceb8e29a1be68945fac9071a)
Diffstat (limited to 'source4/build/make')
-rw-r--r--source4/build/make/rules.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/build/make/rules.mk b/source4/build/make/rules.mk
index 3c195e2903..76ede6eae7 100644
--- a/source4/build/make/rules.mk
+++ b/source4/build/make/rules.mk
@@ -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)