diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-03-08 17:42:46 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-03-08 17:42:46 +0100 |
commit | 3f637016148004e83856466fa90f47015f681ccc (patch) | |
tree | ec17b79ddb0c52206426e4c492dc8bdb18da321a | |
parent | 6f1b0235486b9864c1b111d9d2f7e1fadb1f5421 (diff) | |
download | samba-3f637016148004e83856466fa90f47015f681ccc.tar.gz samba-3f637016148004e83856466fa90f47015f681ccc.tar.bz2 samba-3f637016148004e83856466fa90f47015f681ccc.zip |
Allow parentheses in commands.
(This used to be commit b5c293f05303460aceb8e29a1be68945fac9071a)
-rw-r--r-- | source4/build/make/rules.mk | 4 |
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) |