all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Danny Milosavljevic <dannym@scratchpost.org>
To: Chris Marusich <cmmarusich@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: Is it necessary to run "make" before "make check"?
Date: Sun, 17 Dec 2017 14:26:30 +0100	[thread overview]
Message-ID: <20171217142630.19ffa647@scratchpost.org> (raw)
In-Reply-To: <878teet12q.fsf@gmail.com>

Hi,

On Thu, 07 Dec 2017 18:17:49 -0800
Chris Marusich <cmmarusich@gmail.com> wrote:

> Is it necessary to run "make" before "make check", 

No.

>or is it good enough
> to just run "make check" and rely on Make to build whatever needs to be
> built to run "make check"?

Yes.

See the Makefile:

all: $(BUILT_SOURCES)
check: $(BUILT_SOURCES)

  parent reply	other threads:[~2017-12-17 13:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-08  2:17 Is it necessary to run "make" before "make check"? Chris Marusich
2017-12-10 16:29 ` Catonano
2017-12-17 13:26 ` Danny Milosavljevic [this message]
2017-12-17 14:12   ` Danny Milosavljevic
2017-12-18  2:26     ` Chris Marusich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171217142630.19ffa647@scratchpost.org \
    --to=dannym@scratchpost.org \
    --cc=cmmarusich@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.