diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 11:24:37 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 11:24:37 +0000 |
commit | a4a01e46c7eb3f9d61b56f530646117d556c0e20 (patch) | |
tree | 451e3a19005563ad35fdcae4b64622dc77952a80 /dmake/win95 | |
parent | 24f513d6da7efe2886ed1ae895d01243144f7569 (diff) |
INTEGRATION: CWS dmake43p01 (1.2.80); FILE MERGED
2005/04/15 23:55:45 vq 1.2.80.2: Issue number: 47137
Submitted by: shay@openoffice.org
Increase default MAXLINELENGHT to 8190.
2005/04/09 21:22:36 vq 1.2.80.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/win95')
-rw-r--r-- | dmake/win95/microsft/ruletab.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dmake/win95/microsft/ruletab.c b/dmake/win95/microsft/ruletab.c index 3202f70b3b43..2005d5c4f1b3 100644 --- a/dmake/win95/microsft/ruletab.c +++ b/dmake/win95/microsft/ruletab.c @@ -1,4 +1,4 @@ -/* RCS $Id: ruletab.c,v 1.2 2003-03-25 14:02:53 hr Exp $ +/* RCS $Id: ruletab.c,v 1.3 2006-04-20 12:24:37 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" |