Re: Make clean runs autoconf

From: nobu.nokada@...
Date: 2004-04-07 00:22:49 UTC
List: ruby-core #2760
Hi,

At Wed, 7 Apr 2004 09:08:03 +0900,
Ryan Davis wrote in [ruby-core:02759]:
> The following is a patch that prevents a rebuild if the rule contains 
> "clean" somewhere in the rule:

It doesn't work for other makes.

Rather I recommend separating compile directory from source
directory, and just removing whole compile directory to
distclean, if you want to restart from configure.  If you just
want to re-compile all objects, makefiles have to be updated.

-- 
Nobu Nakada

In This Thread