From a092f4cf02f646759fac83f6e7c313b5d6e3f34c Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 20 Apr 2006 11:08:38 +0000 Subject: INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/04/09 21:22:31 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/os2/ruletab.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dmake/os2') diff --git a/dmake/os2/ruletab.c b/dmake/os2/ruletab.c index 8620556393de..97204272db36 100644 --- a/dmake/os2/ruletab.c +++ b/dmake/os2/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:08:38 hr Exp $ -- -- SYNOPSIS -- Default initial configuration of dmake. @@ -36,7 +36,7 @@ static char *_rules[] = { "MAXLINELENGTH := 2046", "MAXPROCESSLIMIT := 16", - ".IMPORT .IGNORE: DMAKEROOT SOLARVER UPD INPATH OS UPDMINOREXT" + ".IMPORT .IGNORE: DMAKEROOT" ".MAKEFILES : makefile.mk Makefile", ".SOURCE : .NULL", #include "startup.h" -- cgit