summaryrefslogtreecommitdiffstats
path: root/dmake/winnt/borland
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/borland
parentINTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED (diff)
downloadcore-86e4cec467356ef76615c1998ec603ee182618cc.tar.gz
core-86e4cec467356ef76615c1998ec603ee182618cc.zip
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/borland')
-rw-r--r--dmake/winnt/borland/ruletab.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dmake/winnt/borland/ruletab.c b/dmake/winnt/borland/ruletab.c
index 8522d617363c..34d2c37d26e4 100644
--- a/dmake/winnt/borland/ruletab.c
+++ b/dmake/winnt/borland/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:25:32 hr Exp $
--
-- SYNOPSIS
-- Default initial configuration of dmake.
@@ -32,9 +32,9 @@
#include <stdio.h>
static char *_rules[] = {
- "MAXLINELENGTH := 2046",
+ "MAXLINELENGTH := 8190",
"MAXPROCESSLIMIT := 4",
- ".IMPORT .IGNORE: ROOTDIR",
+ ".IMPORT .IGNORE: DMAKEROOT",
".MAKEFILES : makefile.mk makefile",
".SOURCE : .NULL",
#include "startup.h"