stas 01/11/22 07:43:58
Modified: src/devel/core_explained core_explained.pod
Log:
xs_generate is running from Makefile.PL only if MP_GENERATE_XS=1
Revision Changes Path
1.7 +4 -3 modperl-docs/src/devel/core_explained/core_explained.pod
Index: core_explained.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/devel/core_explained/core_explained.pod,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- core_explained.pod 2001/11/21 04:39:52 1.6
+++ core_explained.pod 2001/11/22 15:43:58 1.7
@@ -228,8 +228,8 @@
converted into I<xs/tables/current/ModPerl/FunctionTable.pm>.
If you don't want to do a visual check on how XS code will be
-generated, just rebuild the project starting with C<perl
-Makefile.PL>. Otherwise run:
+generated, just rebuild the project starting with C<perl Makefile.PL
+MP_GENERATE_XS=1>. Otherwise run:
% make xs_generate
@@ -239,7 +239,8 @@
=head2 XS generation process
As mentioned before XS code is generated in the I<WrapXS> directory
-either during C<perl Makefile.PL> via xs_generate() or explicitly via:
+either during C<perl Makefile.PL> via xs_generate() if
+C<MP_GENERATE_XS=1> is used or explicitly via:
% make xs_generate
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]