summaryrefslogtreecommitdiff
path: root/README.ce
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2013-05-23 16:58:20 -0400
committerDavid Golden <dagolden@cpan.org>2013-05-23 20:11:25 -0400
commit1dcc3c19f1c031cf741527de0a2b2e4c178e9f04 (patch)
tree6671dfcff6b3069b962df3215750bb566dafac35 /README.ce
parentf5bfcfd8f19e8103e4fff44523de3ca4d7c7a8f0 (diff)
downloadperl-1dcc3c19f1c031cf741527de0a2b2e4c178e9f04.tar.gz
fix various Pod line length warnings
Diffstat (limited to 'README.ce')
-rw-r--r--README.ce6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.ce b/README.ce
index 7481badd4a..6b44731d0d 100644
--- a/README.ce
+++ b/README.ce
@@ -120,8 +120,10 @@ has proper "MACHINE" parameter set, to, say, C<wince-mips-pocket-wce300>.
compile.bat
compile.bat dist
- compile.bat CROSS_NAME=mips-wce300-thr "USE_ITHREADS=define" "USE_IMP_SYS=define" "USE_MULTI=define"
- compile.bat CROSS_NAME=mips-wce300-thr "USE_ITHREADS=define" "USE_IMP_SYS=define" "USE_MULTI=define" dist
+ compile.bat CROSS_NAME=mips-wce300-thr "USE_ITHREADS=define" ^
+ "USE_IMP_SYS=define" "USE_MULTI=define"
+ compile.bat CROSS_NAME=mips-wce300-thr "USE_ITHREADS=define" ^
+ "USE_IMP_SYS=define" "USE_MULTI=define" dist
If all goes okay and no errors during a build, you'll get two independent
distributions: C<wince-mips-pocket-wce300> and C<mips-wce300-thr>.