> To: [email protected]
> Date: Fri, 14 Apr 2017 16:32:03 -0000
> Subject: [blfs-book] r18591 - in trunk/BOOK: . general/prog
> introduction/welcome xsoft/graphweb
> From: via blfs-book <[email protected]>
>
.
.
>
> Added: trunk/BOOK/general/prog/cargo.xml
> ==============================================================================
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ trunk/BOOK/general/prog/cargo.xml Fri Apr 14 09:32:03 2017 (r18591)
.
.
> +
> +<screen><userinput>pushd src/rust-installer &&
> +tar -xf ../../../rust-installer-&RUSTIDATE;.tar.xz \
> + --strip-components=1 &&
> +popd &&
> +
> +case $(uname -m) in
> + x86_64) tar -xf ../cargo-&CARGOPREV;-x86_64-unknown-linux-gnu.tar.gz
> + ;;
> + i686) tar -xf ../cargo-&CARGOPREV;-i686-unknown-linux-gnu.tar.gz
> + ;;
> +esac &&
> +
> +./configure --prefix=/usr --sysconfdir=/etc &&
> + --docdir=/usr/share/doc/cargo-&cargo-version; &&
Should be \-line-continuation in the above two lines, instead of '&&' ?
> + --cargo=./cargo-nightly*/cargo/bin/cargo &&
> +make</userinput></screen>
> +
.
.
>
akh
--
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page