Changeset 9377


Ignore:
Timestamp:
2005-03-10T14:22:42+13:00 (19 years ago)
Author:
kjdon
Message:

minor configuration change in Makefile.PL and Expat/Makefile.PL - set MAKEFILE_OLD to Makefile. when you do a clean, Makefile was being renamed to Makefile.old, which means that after a clean, you have to do a configure to get the Makefile back. Now it just renames it to teh same name. gives an error but it is ignored. hope it doesn't make something else go wrong.

Location:
trunk/gsdl/packages/cpan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/cpan/README

    r8075 r9377  
    2121-------
    2222
     23Mar 2005
     24
     25XML::Parser
     26
     27 - Version 2.34 and version 2.27
     28added MAKEFILE_OLD => 'Makefile' to the Makefile.PL WriteMakeFile directive.
     29previously, doing a make clean renamed the Makefile to Makefile.old, so then
     30a make wouldn't work. Now Makefile gets renamed to Makefile. Hopefully this
     31won't stuff anything else up.
     32 
    2333< Aug 2004
    2434
Note: See TracChangeset for help on using the changeset viewer.