William
I’ve been sort of following your work with Glynn to improve Mac compiling. If I compile from CVS today, will it work OK as before or am I likely to run into trouble?
Michael
Michael Barton, Professor of Anthropology
Director of Graduate Studies
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University
phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton
There is no problem in the actual compiling. The problem is the old make on OSX will recompile *everything* after a successful make if you run make again (like you might do when you modify a source file, but then you could make individual modules to avoid recompiling everything).
On Oct 7, 2007, at 3:48 PM, Michael Barton wrote:
William
I've been sort of following your work with Glynn to improve Mac compiling. If I compile from CVS today, will it work OK as before or am I likely to run into trouble?
Michael
-----
William Kyngesburye <kyngchaos*at*kyngchaos*dot*com>
http://www.kyngchaos.com/
Theory of the Universe
There is a theory which states that if ever anyone discovers exactly what the universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarrely inexplicable. There is another theory which states that this has already happened.
-Hitchhiker's Guide to the Galaxy 2nd season intro
William Kyngesburye wrote:
There is no problem in the actual compiling. The problem is the old
make on OSX will recompile *everything* after a successful make if
you run make again (like you might do when you modify a source file,
but then you could make individual modules to avoid recompiling
everything).
Actually, the current CVS version of Rules.make contains the check for
"ifeq ($(MAKE_VERSION),3.81)", so that shouldn't occur.
OTOH, there may be some inefficiency with make versions other than
3.81, as it will attempt to create $(OBJDIR) (via a recursive make
invocation) for each object file.
--
Glynn Clements <glynn@gclements.plus.com>
I had no problem compiling, except the normal d.m error.
Michael
On 10/7/07 2:07 PM, "William Kyngesburye" <woklist@kyngchaos.com> wrote:
There is no problem in the actual compiling. The problem is the old
make on OSX will recompile *everything* after a successful make if
you run make again (like you might do when you modify a source file,
but then you could make individual modules to avoid recompiling
everything).
On Oct 7, 2007, at 3:48 PM, Michael Barton wrote:
William
I've been sort of following your work with Glynn to improve Mac
compiling. If I compile from CVS today, will it work OK as before
or am I likely to run into trouble?
Michael
-----
William Kyngesburye <kyngchaos*at*kyngchaos*dot*com>
http://www.kyngchaos.com/
Theory of the Universe
There is a theory which states that if ever anyone discovers exactly
what the universe is for and why it is here, it will instantly
disappear and be replaced by something even more bizarrely
inexplicable. There is another theory which states that this has
already happened.
-Hitchhiker's Guide to the Galaxy 2nd season intro
__________________________________________
Michael Barton, Professor of Anthropology
Director of Graduate Studies
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University
phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton