From: Rodrigo Rebello Date: Fri, 19 Aug 2016 01:02:11 +0000 (-0300) Subject: manual: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f6017708fcf63bb6eb1703b1aee43aff549af484;p=buildroot.git manual: fix typo Signed-off-by: Rodrigo Rebello Signed-off-by: Thomas Petazzoni --- diff --git a/docs/manual/using-buildroot-development.txt b/docs/manual/using-buildroot-development.txt index a075416ba1..e167849cdc 100644 --- a/docs/manual/using-buildroot-development.txt +++ b/docs/manual/using-buildroot-development.txt @@ -8,7 +8,7 @@ it, configure, compile and install the software component found inside this tarball. The source code is extracted in +output/build/-+, which is a temporary directory: whenever +make clean+ is used, this directory is entirely removed, and -re-recreated at the next +make+ invocation. Even when a Git or +re-created at the next +make+ invocation. Even when a Git or Subversion repository is used as the input for the package source code, Buildroot creates a tarball out of it, and then behaves as it normally does with tarballs.