From d5b631fa3bcd822815c7f875432b15e8b9875395 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 28 Feb 2019 08:36:39 +1100 Subject: User: Change output block to type none. --- user/rsb/configuration.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'user/rsb/configuration.rst') diff --git a/user/rsb/configuration.rst b/user/rsb/configuration.rst index 85e3626..e9a6ad4 100644 --- a/user/rsb/configuration.rst +++ b/user/rsb/configuration.rst @@ -238,7 +238,7 @@ with: The ``sb-defaults`` command lists the defaults for your host. I will not include the output of this command because of its size: -.. code-block:: shell +.. code-block:: none $ ../source-builder/sb-defaults @@ -518,7 +518,7 @@ provides. To create a private configuration change to a suitable directory: -.. code-block:: shell +.. code-block:: none $ cd ~/work $ mkdir test @@ -749,7 +749,7 @@ Once we have the configuration files we can execute the build using the ``sb-builder`` command. The command will perform the build and create a tar file in the ``tar`` directory: -.. code-block:: shell +.. code-block:: none $ ../source-builder/sb-builder --prefix=/usr/local \ --log=log_dtc devel/dtc-1.2.0 @@ -782,7 +782,7 @@ The DTC build set file is called ``dtc.bset`` and contains: To build this you can use something similar to: -.. code-block:: shell +.. code-block:: none $ ../source-builder/sb-set-builder --prefix=/usr/local --log=log_dtc \ --trace --bset-tar-file --no-install dtc -- cgit v1.2.3