Changeset 18815

Show
Ignore:
Timestamp:
11/07/07 19:27:09 (13 months ago)
Author:
dlo
Message:

[kp6] Updated forcerecompile documentation to note that you cannot use "make -j"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • v6/v6-KindaPerl6/docs/beginners-guide.html

    r18811 r18815  
    4747make -j 3 test 
    4848</pre> 
    49 <small>-j 3 means do 3 jobs at once, great for systems with SMP</small><bR><br> 
     49<small>-j 3 means do 3 jobs at once, great for systems with SMP</small><br><br> 
    5050 
    5151<li>To re-compile KP6 
     
    6060make forcerecompile 
    6161setenv PERL5LIB "./inc/v6-MiniPerl6-lib5" 
    62 make -j 3 
     62make 
    6363</pre> 
     64<i>WARNING: Do NOT use -j when forcing a recompile!, this will cause the Makefile 
     65to break as code will be used that has not yet been compiled.</i><br><br> 
    6466 
    6567<li>To execute a script