2010/6/12 Alberto Simões <[email protected]>: >> The main ACTION_install already depends on 'build', so all your >> override of ACTION_install may need to do is to call >> $self->depends_on("clean") if the path has changed and then call the >> superclass method. (N.B. I haven't actually tried this approach.) > > Is there any problem on using a dispatch("build") during ACTION_install? :D
My thought was that it might find everything apparently "up to date" and skip the actual re-build. -- David
