On Tue, Sep 03, 2002 at 02:55:05PM +0000, Andy Dougherty wrote: > # New Ticket Created by Andy Dougherty > # Please include the string: [perl #16965] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=16965 > > > > This patch gathers together different testing dependencies into a new > test_prep target, and then uses that target where appropriate. This > should reclaim the Solaris 32-bit JIT tinderbox -- it was failing > because the testj: target didn't have the proper libparrot.a dependency. > > Whatever the final resolution of that dependency, this patch consolidates > the debate into one test_prep target.
Thanks, applied. Although I sometimes wonder whether it should be using libparrot.a or libparrot.so, but I'll leave that for later.