freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pooma-dev] RFA: Prevent Thousands of Calls to findsuite.sh


From: Jeffrey Oldham
Subject: Re: [pooma-dev] RFA: Prevent Thousands of Calls to findsuite.sh
Date: Wed, 14 Mar 2001 22:51:38 -0800

On Wed, Mar 14, 2001 at 10:47:18PM -0800, Jeffrey Oldham wrote:
> The attached patch empirically reduced 3567 calls to findsuite.sh to
> one call during one "make".

head.mk is located in the config Pooma directory.

> Is it acceptable to add this change to the Pooma CVS tree?
> 
> (I will be away for the next four days.)
> 
> Thanks,
> Jeffrey D. Oldham
> address@hidden
> Index: head.mk
> ===================================================================
> RCS file: /home/pooma/Repository/r2/config/head.mk,v
> retrieving revision 1.6
> diff -c -p -r1.6 head.mk
> *** head.mk   1999/07/21 04:56:08     1.6
> --- head.mk   2001/03/15 06:44:28
> *************** SUITE = $(POOMASUITE)
> *** 43,49 ****
>   endif
>   
>   ifndef SUITE
> ! SUITE        = $(shell $(SHARED_ROOT)/findsuite.sh $(PROJECT_ROOT))
>   endif
>   
>   LIBRARY_ROOT = $(PROJECT_ROOT)/lib/$(SUITE)
> --- 43,49 ----
>   endif
>   
>   ifndef SUITE
> ! SUITE        := $(shell $(SHARED_ROOT)/findsuite.sh $(PROJECT_ROOT))
>   endif
>   
>   LIBRARY_ROOT = $(PROJECT_ROOT)/lib/$(SUITE)


-- 
Jeffrey D. Oldham
address@hidden

Attachment: head.mk.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]