[BACK]Return to checklist.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/Attic/checklist.html between version 1.26 and 1.27

version 1.26, 2000/12/11 13:08:52 version 1.27, 2001/01/27 16:00:51
Line 66 
Line 66 
 <br><li>  <br><li>
 Add the fetch portions of the Makefile.  Add the fetch portions of the Makefile.
 <ul><li>  <ul><li>
 Fill in EXTRACT_SUFFIX if its anything besides .tar.gz.  Other examples are  Fill in EXTRACT_SUFX if its anything besides .tar.gz.  Other examples are
 .tar.Z, or .tgz.  .tar.Z, or .tgz.
 <li>  <li>
 Fill in DISTNAME which is the name of the file minus the extract suffix.  E.g. if you have foo-1.0.tar.gz, DISTNAME is foo-1.0.  Fill in DISTNAME which is the name of the file minus the extract suffix.  E.g. if you have foo-1.0.tar.gz, DISTNAME is foo-1.0.
Line 77 
Line 77 
 Place the most easily accessible first as they are traversed in order.  Place the most easily accessible first as they are traversed in order.
 <li>  <li>
 Keep in mind that fetch references the file as  Keep in mind that fetch references the file as
 ${MASTER_SITE}${DISTNAME}$EXTRACT_SUFFIX}.  All three are used.  Don't  ${MASTER_SITE}${DISTNAME}${EXTRACT_SUFX}.  All three are used.  Don't
 set DISTNAME to point to the file directly.  set DISTNAME to point to the file directly.
 <li>  <li>
 You can check to see if you have filled this values in correctly by typing  You can check to see if you have filled this values in correctly by typing

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27