summaryrefslogtreecommitdiff
path: root/dmake/winnt/microsft
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-20 11:26:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-20 11:26:16 +0000
commit86e4cec467356ef76615c1998ec603ee182618cc (patch)
tree4890d2683c776986905ed54968de774dd462fb4d /dmake/winnt/microsft
parent0be712bdc8083a1d206f0d508f3072e4fe44b965 (diff)
INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/15 23:55:46 vq 1.1.1.1.132.2: Issue number: 47137 Submitted by: shay@openoffice.org Increase default MAXLINELENGHT to 8190. 2005/04/09 21:22:37 vq 1.1.1.1.132.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT" from the list of macros that are always imported from the environment. Patch inspired in part by shay@openoffice.org.
Diffstat (limited to 'dmake/winnt/microsft')
-rw-r--r--dmake/winnt/microsft/ruletab.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dmake/winnt/microsft/ruletab.c b/dmake/winnt/microsft/ruletab.c
index 6c7febfddf64..4d0f62537cba 100644
--- a/dmake/winnt/microsft/ruletab.c
+++ b/dmake/winnt/microsft/ruletab.c
@@ -1,4 +1,4 @@
-/* RCS $Id: ruletab.c,v 1.1.1.1 2000-09-22 15:33:37 hr Exp $
+/* RCS $Id: ruletab.c,v 1.2 2006-04-20 12:26:16 hr Exp $
--
-- SYNOPSIS
-- Default initial configuration of dmake.
@@ -32,10 +32,10 @@
#include <stdio.h>
static char *_rules[] = {
- "MAXLINELENGTH := 2046",
+ "MAXLINELENGTH := 8190",
"MAXPROCESSLIMIT := 4",
"MAXPROCESS := 1",
- ".IMPORT .IGNORE: DMAKEROOT SOLARVER UPD INPATH OS UPDMINOREXT"
+ ".IMPORT .IGNORE: DMAKEROOT"
".MAKEFILES : makefile.mk makefile",
".SOURCE : .NULL",
#include "startup.h"