Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28163
Modified Files:
Changes
Log Message:
Process PREFIX, DESTDIR, and INSTALL_BASE args to 'make install'
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.351
retrieving revision 1.352
diff -u -d -r1.351 -r1.352
--- Changes 13 Jun 2005 21:35:21 -0000 1.351
+++ Changes 17 Jun 2005 04:27:57 -0000 1.352
@@ -49,6 +49,11 @@
- When processing XS files, we now look for a typemap in lib/ as well
as using the system's default typemap. [John Peacock]
+ - The DESTDIR, PREFIX, and INSTALL_BASE arguments to "make install"
+ are now supported for pass-through Makefiles (they've been
+ supported for quite a while as arguments to "perl
+ Makefile.PL"). [Requested by Guillaume Rousse]
+
0.27_01 (Beta for 0.28) Fri Apr 15 21:12:57 CDT 2005
Backward-incompatible (but better) changes:
|