patch for linuxboot/Makefile download

2009-01-31 Thread Allan Lyons
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

Re: patch for linuxboot/Makefile download

2009-01-31 Thread Juan Jose Pablos
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