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 <[EMAIL PROTECTED]> _______________________________________________ grass-dev mailing list [email protected] http://grass.itc.it/mailman/listinfo/grass-dev

