ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/App-Staticperl/staticperl.pod
(Generate patch)

Comparing App-Staticperl/staticperl.pod (file contents):
Revision 1.11 by root, Tue Dec 7 10:40:39 2010 UTC vs.
Revision 1.12 by root, Tue Dec 7 13:23:07 2010 UTC

184command by specifying all the directories with modules in them that you 184command by specifying all the directories with modules in them that you
185want to have built. 185want to have built.
186 186
187=item F<staticperl clean> 187=item F<staticperl clean>
188 188
189Runs F<make distclean> in the perl source directory (and potentially 189Deletes the perl source directory (and potentially cleans up other
190cleans up other intermediate files). This can be used to clean up 190intermediate files). This can be used to clean up files only needed for
191intermediate files without removing the installed perl interpreter. 191building perl, without removing the installed perl interpreter, or to
192force a re-build from scratch.
193
194At the moment, it doesn't delete downloaded tarballs.
192 195
193=item F<staticperl distclean> 196=item F<staticperl distclean>
194 197
195This wipes your complete F<~/.staticperl> directory. Be careful with this, 198This wipes your complete F<~/.staticperl> directory. Be careful with this,
196it nukes your perl download, perl sources, perl distribution and any 199it nukes your perl download, perl sources, perl distribution and any
542 instcpan Anyevent::AIO AnyEvent::HTTPD 545 instcpan Anyevent::AIO AnyEvent::HTTPD
543 } 546 }
544 547
545=over 4 548=over 4
546 549
550=item preconfigure
551
552Called just before running F<./Configur> in the perl source
553directory. Current working directory is the perl source directory.
554
555This can be used to set any C<PERL_xxx> variables, which might be costly
556to compute.
557
547=item postconfigure 558=item postconfigure
548 559
549Called after configuring, but before building perl. Current working 560Called after configuring, but before building perl. Current working
550directory is the perl source directory. 561directory is the perl source directory.
551 562
552Could be used to tailor/patch config.sh (followed by F<./Configure -S>) or 563Could be used to tailor/patch config.sh (followed by F<sh Configure -S>)
553do any other modifications. 564or do any other modifications.
554 565
555=item postbuild 566=item postbuild
556 567
557Called after building, but before installing perl. Current working 568Called after building, but before installing perl. Current working
558directory is the perl source directory. 569directory is the perl source directory.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines