Kaydet (Commit) 720d9cf8 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED

2005/04/09 21:22:30 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.
üst bd0d466a
/* RCS $Id: ruletab.c,v 1.1.1.1 2000-09-22 15:33:27 hr Exp $ /* RCS $Id: ruletab.c,v 1.2 2006-04-20 12:05:16 hr Exp $
-- --
-- SYNOPSIS -- SYNOPSIS
-- Default initial configuration of dmake. -- Default initial configuration of dmake.
...@@ -33,7 +33,7 @@ static char *_rules[] = { ...@@ -33,7 +33,7 @@ static char *_rules[] = {
"MAXLINELENGTH := 4094", "MAXLINELENGTH := 4094",
"MAXPROCESSLIMIT := 1", "MAXPROCESSLIMIT := 1",
"MAXPROCESS := 1", "MAXPROCESS := 1",
".IMPORT .IGNORE: DMAKEROOT SOLARVER UPD INPATH OS UPDMINOREXT", ".IMPORT .IGNORE: DMAKEROOT",
".MAKEFILES : makefile.mk Makefile makefile", ".MAKEFILES : makefile.mk Makefile makefile",
".SOURCE : .NULL", ".SOURCE : .NULL",
#include "startup.h" #include "startup.h"
......
/* RCS $Id: ruletab.c,v 1.1.1.1 2000-09-22 15:33:27 hr Exp $ /* RCS $Id: ruletab.c,v 1.2 2006-04-20 12:06:11 hr Exp $
-- --
-- SYNOPSIS -- SYNOPSIS
-- Default initial configuration of dmake. -- Default initial configuration of dmake.
...@@ -35,7 +35,7 @@ static char *_rules[] = { ...@@ -35,7 +35,7 @@ static char *_rules[] = {
"MAXLINELENGTH := 2046", "MAXLINELENGTH := 2046",
"MAXPROCESSLIMIT := 1", "MAXPROCESSLIMIT := 1",
"MAXPROCESS := 1", "MAXPROCESS := 1",
".IMPORT .IGNORE: ROOTDIR", ".IMPORT .IGNORE: DMAKEROOT",
".MAKEFILES : makefile.mk makefile", ".MAKEFILES : makefile.mk makefile",
".SOURCE : .NULL", ".SOURCE : .NULL",
#include "startup.h" #include "startup.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment