bug-gnustep
[Top][All Lists]
Advanced

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

Re: Slight improvement to common.make


From: Nicola Pero
Subject: Re: Slight improvement to common.make
Date: Tue, 19 Mar 2002 11:07:55 +0000 (GMT)

> > I've made the patch OS X specific, then committed to CVS.
> 
> Text output while compiling is significantly reduced; obsolete 
> info is removed. Others might benefit as well?

You can turn on removal of empty dirs from the flags on any platform, by
setting REMOVE_EMPTY_DIRS=yes (in the makefile or in the shell
environment).

I like the simpler compiler commad line ... I didn't make it default on
all platforms simply because it is slightly slower.  My compilation test
would take 11 seconds (approx) instead of 10 seconds (approx) on my
machine <I don't think I can remove this delay, which is due to scanning
the dirs - also note that my dirs are pretty empty ... if you install a
lot of libs and headers it takes more time>.  I am under the assumption
that most people don't really care about the compiler command line (we
might likely add an option to hide completely the compiler commands in the
future), and prefer compilation to be faster.

Anyway yes - anyone wanting empty system/local/network/user dirs
automatically removed from their -I and -L flags can set REMOVE_EMPTY_DIRS
in the makefiles or in the environment ... the command line is quite
prettier then.




reply via email to

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