Cristi, note that this was the cause of the error message when I tested your code too. The executed command is:
wget "" -P /home/stuge/co/kvm/sources http://kernel.org/pub/linux/kernel/v2.6//linux-2.6.22.2.tar.bz2
And of course wget can't download an empty string.
Makefile variables shouldn't have quotes. I can't commit to the buildrom repo so the commiter could change this to := at will, and I'd be fine with that too. :)
//Peter
On Sat, Aug 09, 2008 at 10:07:42PM +0200, Peter Stuge wrote:
Cristi, note that this was the cause of the error message when I tested your code too. The executed command is:
wget "" -P /home/stuge/co/kvm/sources http://kernel.org/pub/linux/kernel/v2.6//linux-2.6.22.2.tar.bz2
And of course wget can't download an empty string.
Makefile variables shouldn't have quotes. I can't commit to the buildrom repo so the commiter could change this to := at will, and I'd be fine with that too. :)
//Peter
!DSPAM:489df957278681804284693!
buildrom: Fix ": Unsupported scheme." error message and a typo
Signed-off-by: Peter Stuge peter@stuge.se
Acked-by: Ward Vandewege ward@gnu.org
And committed in r218.
Thanks, Ward.