bug-ncurses
[Top][All Lists]
Advanced

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

Re: INSTALL


From: Thomas Dickey
Subject: Re: INSTALL
Date: Tue, 14 May 2002 13:44:59 -0400
User-agent: Mutt/1.2.5i

On Tue, May 14, 2002 at 07:23:49PM +0200, Martin MOKREJ? wrote:
> Hi,
>   there're some problems to reach you. :(
> 
> I've one more note the the original e-mail attached:
> 
> cd ../objects;  cc -I../ncurses -I.  -I. -I../include 
> -I/usr/local/include/ncurses -DHAVE_CONFIG_H -O3 -n32 -TARG:platform22  -c 
> ../ncurses/./base/safe_sprintf.c
...
> Couldn't the make process do chdir() just once and then compile?
> I think it really slows down the process.

in principle, yes - but thinking about it, not portably.  What I have in
mind is that this could be done via a recursive make.  But there are some
limitations - generally 'make' programs cannot be relied upon to look-ahead
to decide if they would need to do the recursion.  That would hamper use of
"make -n" for example.

But it's worth investigating (I'm not sure how much it does slow things down).

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net



reply via email to

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