diff options
Diffstat (limited to 'docs/manual/using-buildroot-development.txt')
-rw-r--r-- | docs/manual/using-buildroot-development.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/using-buildroot-development.txt b/docs/manual/using-buildroot-development.txt index 83c4a927f7..eaebeaf9fe 100644 --- a/docs/manual/using-buildroot-development.txt +++ b/docs/manual/using-buildroot-development.txt @@ -23,7 +23,7 @@ source code of one package, and be able to quickly rebuild the system with Buildroot. Making changes directly in +output/build/<package>-<version>+ is not -appropriate solution, because this directory is removed on +make +an appropriate solution, because this directory is removed on +make clean+. Therefore, Buildroot provides a specific mechanism for this use case: |