Hi,
I created a patch for linuxboot/Makefile that affects how make download works.
I added a "download cache"
where the downloaded source files can be kept. If the files are already there,
then those copies are used
rather than downloading the file again. This helps me in doing a clean rebui
Allan Lyons escribió:
> Hi,
>
> I created a patch for linuxboot/Makefile that affects how make download
> works. I added a "download cache"
Added.
I would change downloadcache to download_tmp
and
temp=`mktemp /var/tmp/dl.XX` to use that variable. But I did not
want to touch your contri