summaryrefslogtreecommitdiff
path: root/dmake
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-06-29 10:31:39 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-06-29 10:31:39 +0000
commit15cbe6675ac53ca14cc493a43d21faacdec29b85 (patch)
tree7f29760aeb9ea3fa0ef4e958240859c3b3ae2359 /dmake
parente63fd59628099b5d3d42d346b227fd818cf0bd66 (diff)
INTEGRATION: CWS dmake45 (1.5.2); FILE MERGED
2006/06/15 02:42:42 vq 1.5.2.1: #i64889# Increase the default MAXLINELENGTH for all "modern" target OSs. This patch was submitted by shay@openoffice.org.
Diffstat (limited to 'dmake')
-rw-r--r--dmake/unix/ruletab.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dmake/unix/ruletab.c b/dmake/unix/ruletab.c
index 0677344e922b..866da7494027 100644
--- a/dmake/unix/ruletab.c
+++ b/dmake/unix/ruletab.c
@@ -1,6 +1,6 @@
/* $RCSfile: ruletab.c,v $
--- $Revision: 1.5 $
--- last change: $Author: hr $ $Date: 2006-04-20 12:18:58 $
+-- $Revision: 1.6 $
+-- last change: $Author: ihi $ $Date: 2006-06-29 11:31:39 $
--
-- SYNOPSIS
-- Default initial configuration of dmake.
@@ -33,7 +33,7 @@
static char *_rules[] = {
"MAXPROCESSLIMIT := 10",
- "MAXLINELENGTH := 8190",
+ "MAXLINELENGTH := 32766",
#include "dmakeroot.h"
".IMPORT .IGNORE: DMAKEROOT",
".MAKEFILES : makefile.mk Makefile makefile",