Re: Ignoring.. or controling Build install installbase=...
David Golden <[email protected]> Sat, 12 Jun 2010 22:26:34 -0400
| Newsgroups | gmane.comp.lang.perl.modules.module-build |
|---|---|
| Message-ID | <[email protected]> |
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