From 3f1d79d379aaf1a0d1e6431575539043a777d160 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Tue, 28 Sep 2010 14:28:55 +0200 Subject: fix buildroot.html typos Signed-off-by: Yegor Yefremov Signed-off-by: Peter Korsgaard --- docs/buildroot.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/buildroot.html') diff --git a/docs/buildroot.html b/docs/buildroot.html index b7a8641e9..fc754e581 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -171,7 +171,7 @@ or

All of these "make" commands will need to build a configuration utility, so you may need to install "development" packages for - relevent libraries used by the configuration utilities. + relevant libraries used by the configuration utilities. On Debian-like systems, the libncurses5-dev package is required to use the menuconfig interface, libqt3-mt-dev is @@ -345,7 +345,7 @@ $ make HOSTCXX=g++-4.3-HEAD HOSTCC=gcc-4.3-HEAD toolchain and tools, these changes will be lost.

  • Customize the target filesystem skeleton available under - target/generic/target_skeleton/. You can customize + fs/skeleton/. You can customize configuration files or other stuff here. However, the full file hierarchy is not yet present because it's created during the compilation process. Therefore, you can't do everything on this target filesystem skeleton, but @@ -486,12 +486,12 @@ $ make HOSTCXX=g++-4.3-HEAD HOSTCC=gcc-4.3-HEAD and which steps remain to be done, Buildroot maintains stamp files (empty files that just tell whether this or that action has been done). The problem is that these stamp files are not - uniformely named and handled by the different packages, so some + uniformly named and handled by the different packages, so some understanding of the particular package is needed.

    For packages relying on Buildroot packages infrastructures (see this section for details), the - following stamp files are relevent:

    + following stamp files are relevant:

      @@ -704,7 +704,7 @@ endif

      The toolchain generated by Buildroot is located by default in output/staging/. The simplest way to use it is to add output/staging/usr/bin/ to your PATH - environnement variable and then to use + environment variable and then to use ARCH-linux-gcc, ARCH-linux-objdump, ARCH-linux-ld, etc.

      @@ -885,7 +885,7 @@ source "package/libfoo/Config.in" href="#generic-reference">reference.
    • Makefiles for autotools-based (autoconf, automake, etc.) - softwares. We provide a dedicated infrastructure for such + software. We provide a dedicated infrastructure for such packages, since autotools is a very common build system. This infrastructure must be used for new packages that rely on the autotools as their build system.
      We cover them through a @@ -1614,8 +1614,8 @@ LIBFOO_POST_PATCH_HOOKS += LIBFOO_POST_PATCH_FIXUP gettext library should not be compiled, because it creates various kind of build failures.

      -

      Additionnaly, some packages (such as libglib2) do require - gettext unconditionnally, while other packages (those who +

      Additionally, some packages (such as libglib2) do require + gettext unconditionally, while other packages (those who support --disable-nls in general) only require gettext when locale support is enabled.

      @@ -1631,7 +1631,7 @@ LIBFOO_POST_PATCH_HOOKS += LIBFOO_POST_PATCH_FIXUP
    -

    Therefore, packages that unconditionnally need gettext should:

    +

    Therefore, packages that unconditionally need gettext should:

    1. Use select BR2_PACKAGE_GETTEXT if -- cgit v1.2.3