Changeset 18815
- Timestamp:
- 11/07/07 19:27:09 (13 months ago)
- Files:
-
- 1 modified
-
v6/v6-KindaPerl6/docs/beginners-guide.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
v6/v6-KindaPerl6/docs/beginners-guide.html
r18811 r18815 47 47 make -j 3 test 48 48 </pre> 49 <small>-j 3 means do 3 jobs at once, great for systems with SMP</small><b R><br>49 <small>-j 3 means do 3 jobs at once, great for systems with SMP</small><br><br> 50 50 51 51 <li>To re-compile KP6 … … 60 60 make forcerecompile 61 61 setenv PERL5LIB "./inc/v6-MiniPerl6-lib5" 62 make -j 362 make 63 63 </pre> 64 <i>WARNING: Do NOT use -j when forcing a recompile!, this will cause the Makefile 65 to break as code will be used that has not yet been compiled.</i><br><br> 64 66 65 67 <li>To execute a script
