I guess behaviour like this is possible if a Makefile.PL has a timestamp in the future. The written Makefile would then always be judged out of sync with the source Makefile.PL. Or perhaps another critical source file has a timestamp in the future?
Christian On 8/08/2010, at 10:43 PM, Daniel Carrera wrote: > Hi Chris, > > On Sat, Aug 7, 2010 at 5:45 PM, Chris Marshall <[email protected]> wrote: >> cpan> get module >> cpan> look module >> bash$ perl Makefile.PL >> bash$ make >> bash$ make test > ... >> opensuse: >> It seems ok so far but the Makefile was rebuilt and then, apparently, >> the make command was not rerun. > > I am on OpenSUSE right now. Every time I run "make" I get the same > output that shows all the Makefiles being written and ends with this: > > -------------%<------------- > Writing Makefile for PDL::Perldl2::Plugin > Writing Makefile for PDL::Perldl2 > Writing Makefile for PDL > Writing Basic/Core/Config.pm > ==> Your Makefile has been rebuild. <== > ==> Please rerun the make command. <== > false > make: ** [Makefile] Error 1 > -------------%<------------- > > And I can keep running "make" until my fingers fall off, but it just > keep giving me this same anwer back. I don't know what to do. > > Daniel. > -- > Intolerant people should be shot. > > _______________________________________________ > Perldl mailing list > [email protected] > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl -- Christian Soeller PhD Dept. of Physiology +64 9 3737599 x82770 University of Auckland Auckland, New Zealand fax +64 9 3737499 _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
