From d51fea043248602f90343eaec5ec03863a04a68a Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Thu, 20 Apr 2006 11:09:40 +0000
Subject: [PATCH] INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/09 21:22:32 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.
---
dmake/qssl/ruletab.c | 4 ++--
dmake/qssl/startup.h | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/dmake/qssl/ruletab.c b/dmake/qssl/ruletab.c
index 4bdd0be36314..cbfd285f3d71 100644
--- a/dmake/qssl/ruletab.c
+++ b/dmake/qssl/ruletab.c
@@ -1,4 +1,4 @@
-/* RCS $Id: ruletab.c,v 1.1.1.1 2000-09-22 15:33:30 hr Exp $
+/* RCS $Id: ruletab.c,v 1.2 2006-04-20 12:09:28 hr Exp $
--
-- SYNOPSIS
-- Default initial configuration of dmake.
@@ -32,7 +32,7 @@
static char *_rules[] = {
"MAXPROCESSLIMIT := 10",
"MAXLINELENGTH := 8190",
- ".IMPORT .IGNORE: ROOTDIR",
+ ".IMPORT .IGNORE: ROOTDIR DMAKEROOT",
".MAKEFILES : makefile.mk Makefile makefile",
".SOURCE : .NULL",
#include "startup.h"
diff --git a/dmake/qssl/startup.h b/dmake/qssl/startup.h
index 051ed555774d..139fc1e3e136 100644
--- a/dmake/qssl/startup.h
+++ b/dmake/qssl/startup.h
@@ -1,4 +1,4 @@
-/* RCS $Id: startup.h,v 1.1.1.1 2000-09-22 15:33:30 hr Exp $
+/* RCS $Id: startup.h,v 1.2 2006-04-20 12:09:40 hr Exp $
--
-- SYNOPSIS
-- Definition of MAKESTARTUP
@@ -24,4 +24,5 @@
-- Use cvs log to obtain detailed change logs.
*/
-"MAKESTARTUP := $(ROOTDIR)/usr/local/lib/dmake/startup/startup.mk",
+"DMAKEROOT *:= $(ROOTDIR)/usr/local/lib/dmake/startup",
+"MAKESTARTUP := $(DMAKEROOT)/startup.mk",