Author: rsmith Date: 2009-03-10 10:11:37 +0100 (Tue, 10 Mar 2009) New Revision: 1121
Modified: cpu/x86/pc/olpc/mcastnand.bth Log: OLPC: Fix build system to work with the new cgit web interface
Modified: cpu/x86/pc/olpc/mcastnand.bth =================================================================== --- cpu/x86/pc/olpc/mcastnand.bth 2009-03-10 08:45:08 UTC (rev 1120) +++ cpu/x86/pc/olpc/mcastnand.bth 2009-03-10 09:11:37 UTC (rev 1121) @@ -11,11 +11,9 @@ [then] [else] " rm -rf multicast-nand" $sh - -" wget -q -O multicast-nand.tar.gz http://dev.laptop.org/git?p=users/wmb/multicast-nand%5C;a=snapshot;h=$%7BMCN..." expand$ $sh +" wget -q -O multicast-nand.tar.gz http://dev.laptop.org/git/users/wmb/multicast-nand/snapshot/multicast-nand-$..." expand$ $sh " tar xfz multicast-nand.tar.gz" $sh -" mv users/wmb/multicast-nand ." $sh -" rm -rf users/wmb" $sh +" mv multicast-nand-${MCNAND_VERSION} multicast-nand" expand$ $sh " rm multicast-nand.tar.gz" $sh [then]
openfirmware@openfirmware.info