Re: patch for linuxboot/Makefile download

2009-02-04 Thread Allan Lyons
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" r

Re: patch for linuxboot/Makefile download

2009-02-04 Thread Allan Lyons
On Wed, Feb 04, 2009 at 04:35:12PM +0100, Werner Maes wrote: > are you sure this works? As far as the part of not downloading most stuff again after a `make tidy`, yes. > I get an error: > > e2fsprogs-1.41.3/SUBMITTING-PATCHES > sub:. > rm: cannot remove `arget': No such file or directory > make

RE: patch for linuxboot/Makefile download

2009-02-04 Thread Werner Maes
Message- > From: Juan Jose Pablos [mailto:jua...@apertus.es] > Sent: zaterdag 31 januari 2009 19:23 > To: Allan Lyons > Cc: unattended-devel@lists.sourceforge.net > Subject: Re: patch for linuxboot/Makefile download > > Allan Lyons escribió: > > Hi, > > > > I crea

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