guix-commits
[Top][All Lists]
Advanced

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

branch master updated: doc: Remind developers to build Guix.


From: guix-commits
Subject: branch master updated: doc: Remind developers to build Guix.
Date: Sun, 04 Apr 2021 13:34:51 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5b97804  doc: Remind developers to build Guix.
5b97804 is described below

commit 5b97804e8714cfaeabf12b7c0e8530737907965f
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Apr 4 13:28:46 2021 -0400

    doc: Remind developers to build Guix.
    
    The previous instructions were correct, but we got too many bug reports
    with a root cause of "did not build Guix yet".
    
    Other parts of the manual already instruct `make && make check`, so this
    makes the treatment of building Guix more consistent, too.
    
    * doc/contributing.texi (Building from Git): Instruct the user to run
    `make` when building Guix.
---
 doc/contributing.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/contributing.texi b/doc/contributing.texi
index 1cf345a..9a09de9 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -126,10 +126,10 @@ Store}, for information about this), usually @file{/var}. 
 Note that you
 will probably not run @command{make install} at the end (you don't have
 to) but it's still important to pass the right @code{localstatedir}.
 
-Finally, you have to invoke @code{make check} to run tests
-(@pxref{Running the Test Suite}).  If anything
-fails, take a look at installation instructions (@pxref{Installation})
-or send a message to the @email{guix-devel@@gnu.org, mailing list}.
+Finally, you have to invoke @code{make && make check} to build Guix and
+run the tests (@pxref{Running the Test Suite}).  If anything fails, take
+a look at installation instructions (@pxref{Installation}) or send a
+message to the @email{guix-devel@@gnu.org, mailing list}.
 
 From there on, you can authenticate all the commits included in your
 checkout by running:



reply via email to

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