diff mbox

[PATCHv2] Makefile: add list-defconfig to the general help

Message ID 1429823046-8906-1-git-send-email-yann.morin.1998@free.fr
State Accepted
Headers show

Commit Message

Yann E. MORIN April 23, 2015, 9:04 p.m. UTC
When listing defconfig files was moved to its own make target, it was
not added to the general help text.

However, this is a very important topic, so list it.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>

---
Changes v1 -> v2:
  - move to the 'documentation' section  (Arnout)

---
Notes: I was not sure where to put it. On the one hand, the
'configuration' section seemed appropriate, but I think it does
fit well with all the other make targets in there; on the other
hand, the 'misc' section does not seem adequate either... Arnout
suggested the 'documentation' section.
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

Arnout Vandecappelle April 23, 2015, 9:19 p.m. UTC | #1
On 04/23/15 23:04, Yann E. MORIN wrote:
> When listing defconfig files was moved to its own make target, it was
> not added to the general help text.
> 
> However, this is a very important topic, so list it.
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Arnout Vandecappelle <arnout@mind.be>

Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

 Regards,
 Arnout

> 
> ---
> Changes v1 -> v2:
>   - move to the 'documentation' section  (Arnout)
> 
> ---
> Notes: I was not sure where to put it. On the one hand, the
> 'configuration' section seemed appropriate, but I think it does
> fit well with all the other make targets in there; on the other
> hand, the 'misc' section does not seem adequate either... Arnout
> suggested the 'documentation' section.
> ---
>  Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Makefile b/Makefile
> index 5de4789..f37d17e 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -886,6 +886,7 @@ endif
>  	@echo '  manual-epub            - build manual in ePub'
>  	@echo '  graph-build            - generate graphs of the build times'
>  	@echo '  graph-depends          - generate graph of the dependency tree'
> +	@echo '  list-defconfigs:       - list all defconfigs (pre-configured minimal systems)'
>  	@echo
>  	@echo 'Miscellaneous:'
>  	@echo '  source                 - download all sources needed for offline-build'
>
Peter Korsgaard April 23, 2015, 10:28 p.m. UTC | #2
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > When listing defconfig files was moved to its own make target, it was
 > not added to the general help text.

 > However, this is a very important topic, so list it.

 > Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
 > Cc: Arnout Vandecappelle <arnout@mind.be>

 > ---
 > Changes v1 -> v2:
 >   - move to the 'documentation' section  (Arnout)

 > diff --git a/Makefile b/Makefile
 > index 5de4789..f37d17e 100644
 > --- a/Makefile
 > +++ b/Makefile
 > @@ -886,6 +886,7 @@ endif
 >  	@echo '  manual-epub            - build manual in ePub'
 >  	@echo '  graph-build            - generate graphs of the build times'
 >  	@echo '  graph-depends          - generate graph of the dependency tree'
 > +	@echo '  list-defconfigs:       - list all defconfigs (pre-configured minimal systems)'

I've dropped the ':' character to match the other lines and committed,
thanks.
Yann E. MORIN April 24, 2015, 5:45 p.m. UTC | #3
Peter, All,

On 2015-04-24 00:28 +0200, Peter Korsgaard spake thusly:
> >>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:
> 
>  > When listing defconfig files was moved to its own make target, it was
>  > not added to the general help text.
> 
>  > However, this is a very important topic, so list it.
> 
>  > Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
>  > Cc: Arnout Vandecappelle <arnout@mind.be>
> 
>  > ---
>  > Changes v1 -> v2:
>  >   - move to the 'documentation' section  (Arnout)
> 
>  > diff --git a/Makefile b/Makefile
>  > index 5de4789..f37d17e 100644
>  > --- a/Makefile
>  > +++ b/Makefile
>  > @@ -886,6 +886,7 @@ endif
>  >  	@echo '  manual-epub            - build manual in ePub'
>  >  	@echo '  graph-build            - generate graphs of the build times'
>  >  	@echo '  graph-depends          - generate graph of the dependency tree'
>  > +	@echo '  list-defconfigs:       - list all defconfigs (pre-configured minimal systems)'
> 
> I've dropped the ':' character to match the other lines and committed,
> thanks.

Damn, bad copy-paste. Thans for fixing!

Regards,
Yann E. MORIN.
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 5de4789..f37d17e 100644
--- a/Makefile
+++ b/Makefile
@@ -886,6 +886,7 @@  endif
 	@echo '  manual-epub            - build manual in ePub'
 	@echo '  graph-build            - generate graphs of the build times'
 	@echo '  graph-depends          - generate graph of the dependency tree'
+	@echo '  list-defconfigs:       - list all defconfigs (pre-configured minimal systems)'
 	@echo
 	@echo 'Miscellaneous:'
 	@echo '  source                 - download all sources needed for offline-build'