On Sat, Jan 31, 2009 at 07:22:43PM +0100, Juan Jose Pablos wrote: > 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
I used "cache" rather than "tmp" since the point was to keep the tarballs around. > > and > > temp=`mktemp /var/tmp/dl.XXXXXX` to use that variable. But I did not > want to touch your contribution. Since that code was already there, that is what is used for the download. If the download seems successful, the file is renamed back to its original name so that it can be found again in the future. The point of the patch is that you could do `make download` then `make tidy` and then `make download` again without having to download all of the source files again. If you change the kernel or glibc, it might be a good idea to start the build from scratch and this way the original tarballs are still around which is handy for us with slower internet connections. Allan. ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ unattended-devel mailing list unattended-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-devel