On Tue, Dec 21, 2004 at 12:19:25AM -0500, Stas Bekman wrote:
That's not good Michael. Now XS modules get relinked every time 'make' is typed. e.g. with modperl2:
The problem was using blibdirs as a dependency. For some reason make doesn't consider that dep fulfilled or something. I dunno. Adding it to .PHONY doesn't help.
BTW, .PHONY seems to be not working for many things on *BSD. We had a problem with an empty 'dynamic' target, so we had to code an explicit dummy target
So I eliminated the use of blibdirs as a dependency everywhere in the Makefile, with the exception of "config" as that makes the blibdirs in the first place. Everything now depends directly on the directory it needs.
New alpha with that fix going out. http://www.pobox.com/~schwern/src/ExtUtils-MakeMaker-6.25_04.tar.gz
It's back to normal. Michael++.
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
