make-rules/prep-download.mk
changeset 5331 9c955076ffe3
parent 4428 21fcfd647301
child 5682 94c0ca64c022
equal deleted inserted replaced
5330:c36e3195e3e9 5331:9c955076ffe3
    26 #
    26 #
    27 # Anything that we download must have a COMPONENT_ARCHIVE_URL{_[0-9]+} macro
    27 # Anything that we download must have a COMPONENT_ARCHIVE_URL{_[0-9]+} macro
    28 # that tells us where the canonical source for the archive can be found.  The
    28 # that tells us where the canonical source for the archive can be found.  The
    29 # macro for the first archive is typically un-suffixed.  By convention,
    29 # macro for the first archive is typically un-suffixed.  By convention,
    30 # subsequent archives will include a _[0-9]+ in the macro name.  This allows
    30 # subsequent archives will include a _[0-9]+ in the macro name.  This allows
    31 # an abitrary number of archives to be downloaded for a particular component
    31 # an arbitrary number of archives to be downloaded for a particular component
    32 # Makefile.  It is also important to note that there is a corresponding
    32 # Makefile.  It is also important to note that there is a corresponding
    33 # COMPONENT_ARCHIVE macro defining a local file name for the archive, and
    33 # COMPONENT_ARCHIVE macro defining a local file name for the archive, and
    34 # optional COMPONENT_ARCHIVE_HASH and COMPONENT_SIG_URL containing a hash of
    34 # optional COMPONENT_ARCHIVE_HASH and COMPONENT_SIG_URL containing a hash of
    35 # the file and signature for verification of its contents.
    35 # the file and signature for verification of its contents.
    36 #
    36 #