diff options
author | Doug Kehn <rdkehn@yahoo.com> | 2014-11-28 09:25:05 -0600 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-02-03 18:08:32 +0100 |
commit | 97a4385184a40abf795e7135f059c36c00d6c5eb (patch) | |
tree | 6f903caeaa868e2fc36552899f4991707980cae7 /docs/manual | |
parent | b7bc44d22d0fddde7c964a2fd259775ea8d0bf9f (diff) | |
download | buildroot-97a4385184a40abf795e7135f059c36c00d6c5eb.tar.gz buildroot-97a4385184a40abf795e7135f059c36c00d6c5eb.zip |
docs/manual: reinstall target
Add reinstall target information to package-make-target.txt.
[Thomas: update to take into account the fact that we now have a
single <pkg>-reinstall target.]
Signed-off-by: Doug Kehn <rdkehn@yahoo.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/package-make-target.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual/package-make-target.txt b/docs/manual/package-make-target.txt index 25d3f44eae..c91106e8e9 100644 --- a/docs/manual/package-make-target.txt +++ b/docs/manual/package-make-target.txt @@ -69,6 +69,8 @@ graphs. | +dirclean+ | Remove the whole package build directory +| +reinstall+ | Re-run the install commands + | +rebuild+ | Re-run the compilation commands - this only makes sense when using the +OVERRIDE_SRCDIR+ feature or when you modified a file directly in the build directory |