Kaydet (Commit) b0f1a401 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:34 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 9707a922
/* RCS $Id: ruletab.c,v 1.1.1.1 2000-09-22 15:33:33 hr Exp $ /* RCS $Id: ruletab.c,v 1.2 2006-04-20 12:18:01 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[] = {
"MAXPROCESSLIMIT := 1", "MAXPROCESSLIMIT := 1",
"MAXPROCESS := 1", "MAXPROCESS := 1",
"MAXLINELENGTH := 8190", "MAXLINELENGTH := 8190",
".IMPORT .IGNORE: ROOTDIR", ".IMPORT .IGNORE: ROOTDIR DMAKEROOT",
".MAKEFILES : makefile.mk Makefile makefile", ".MAKEFILES : makefile.mk Makefile makefile",
".SOURCE : .NULL", ".SOURCE : .NULL",
#include "startup.h" #include "startup.h"
......
/* RCS $Id: startup.h,v 1.1.1.1 2000-09-22 15:33:33 hr Exp $ /* RCS $Id: startup.h,v 1.2 2006-04-20 12:18:14 hr Exp $
-- --
-- SYNOPSIS -- SYNOPSIS
-- Definition of MAKESTARTUP -- Definition of MAKESTARTUP
...@@ -24,4 +24,5 @@ ...@@ -24,4 +24,5 @@
-- Use cvs log to obtain detailed change logs. -- Use cvs log to obtain detailed change logs.
*/ */
"MAKESTARTUP := $(ROOTDIR)/etc/startup/startup.mk", "DMAKEROOT *:= $(ROOTDIR)/etc/startup",
"MAKESTARTUP := $(DMAKEROOT)/startup.mk",
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