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
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
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
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