automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] release: don't run "make distcheck" automatically


From: Jim Meyering
Subject: Re: [PATCH] release: don't run "make distcheck" automatically
Date: Sun, 11 Dec 2011 00:12:58 +0100

Stefano Lattarini wrote:
> Pushed to maint now (so that I will be able to take advantage
> of it in the Automake 1.11.2 release process); attached is the
> definitive patch.
...
> diff --git a/HACKING b/HACKING
> index b6f214f..755bffd 100644
> --- a/HACKING
> +++ b/HACKING
> @@ -203,7 +203,7 @@
>
>  * Update ChangeLog.
>
> -* Run ./bootstrap, ./configure, make.
> +* Run "./bootstrap && ./configure && make && make check && make distcheck".

Personally, I find it more useful when the recommended commands are alone
on a line.  Then I can triple-click to get the whole line and paste it
into a terminal without having to carefully position the mouse to select
what's inside the double quotes, i.e.,

Run this:

  ./bootstrap && ./configure && make && make check && make distcheck



reply via email to

[Prev in Thread] Current Thread [Next in Thread]