summaryrefslogtreecommitdiff
path: root/dmake/dmake.h
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-08 15:05:34 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-08 15:05:34 +0000
commit379eedec65296ce462b10b5ec92362bf4e70d6d0 (patch)
treef42a3ac65655d19d3deeb03577d959f648121acc /dmake/dmake.h
parent2d634313f74666c1c438b9c9e47bf7ae77873f5e (diff)
INTEGRATION: CWS ooo20040704 (1.1.1.1.120); FILE MERGED
2004/07/11 14:48:37 vq 1.1.1.1.120.1: #i31255# Add verbose recipe echoing option (-vr) to dmake.
Diffstat (limited to 'dmake/dmake.h')
-rw-r--r--dmake/dmake.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/dmake/dmake.h b/dmake/dmake.h
index 69240f5b2695..50c369649c90 100644
--- a/dmake/dmake.h
+++ b/dmake/dmake.h
@@ -1,4 +1,4 @@
-/* RCS $Id: dmake.h,v 1.1.1.1 2000-09-22 15:33:25 hr Exp $
+/* RCS $Id: dmake.h,v 1.2 2004-09-08 16:05:34 rt Exp $
--
-- SYNOPSIS
-- Global defines for dmake.
@@ -183,8 +183,9 @@
#define V_MAKE 0x10
#define V_FILE_IO 0x20
#define V_WARNALL 0x40
+#define V_FORCEECHO 0x80
#define V_ALL (V_LEAVE_TMP | V_DIR_SET | V_INFER | V_MAKE |\
- V_FILE_IO | V_DIR_CACHE | V_WARNALL)
+ V_FILE_IO | V_DIR_CACHE | V_WARNALL | V_FORCEECHO)
/* Macro definitions for use inside dmake */
#define SET_TOKEN(A, B) (A)->tk_str = (B);\