diff mbox

[v3,2/3] manual: reinstall targets

Message ID 1417188306-9035-3-git-send-email-rdkehn@yahoo.com
State Accepted
Headers show

Commit Message

Doug Kehn Nov. 28, 2014, 3:25 p.m. UTC
Add reinstall target information to package-make-target.txt.

Signed-off-by: Doug Kehn <rdkehn@yahoo.com>
---
 docs/manual/package-make-target.txt | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

Comments

Thomas Petazzoni Feb. 3, 2015, 5:11 p.m. UTC | #1
Dear Doug Kehn,

On Fri, 28 Nov 2014 09:25:05 -0600, Doug Kehn wrote:
> Add reinstall target information to package-make-target.txt.
> 
> Signed-off-by: Doug Kehn <rdkehn@yahoo.com>
> ---
>  docs/manual/package-make-target.txt | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)

Thanks, applied, after adjusting to the fairly significant changes we
did on PATCH 1/3.

Thomas
Doug Kehn Feb. 3, 2015, 5:49 p.m. UTC | #2
On Tue, Feb 03, 2015 at 06:11:47PM +0100, Thomas Petazzoni wrote:
Hi Thomas,

> Dear Doug Kehn,
> 
> On Fri, 28 Nov 2014 09:25:05 -0600, Doug Kehn wrote:
> > Add reinstall target information to package-make-target.txt.
> > 
> > Signed-off-by: Doug Kehn <rdkehn@yahoo.com>
> > ---
> >  docs/manual/package-make-target.txt | 14 ++++++++++++++
> >  1 file changed, 14 insertions(+)
> 
> Thanks, applied, after adjusting to the fairly significant changes we
> did on PATCH 1/3.

Agree, simpler is always better.  Thank you for your consideration.

Regards,
...doug
diff mbox

Patch

diff --git a/docs/manual/package-make-target.txt b/docs/manual/package-make-target.txt
index 25d3f44..0f0aced 100644
--- a/docs/manual/package-make-target.txt
+++ b/docs/manual/package-make-target.txt
@@ -77,4 +77,18 @@  directly in the build directory
 makes sense when using the +OVERRIDE_SRCDIR+ feature or when you modified a
 file directly in the build directory
 
+| +reinstall-staging+ |
+*target package:* Re-run the installation of the package in the staging
+directory - this only makes sense when overriding +STAGING_DIR+
+
+| +reinstall-target+  |
+*target package:* Re-run the installation of the package in the target
+directory - this only makes sense when overriding +TARGET_DIR+
+
+| +reinstall+         |
+*target package:* Run the 2 previous re-installation commands
+
+*host package:* Re-run the installation of the package in the host
+directory
+
 |===================================================