guix-commits
[Top][All Lists]
Advanced

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

03/03: build: 'assert-' targets now depend on the .go files.


From: Ludovic Courtès
Subject: 03/03: build: 'assert-' targets now depend on the .go files.
Date: Wed, 27 Apr 2016 13:10:39 +0000

civodul pushed a commit to branch master
in repository guix.

commit 93cba30ca4f4dcff8f5c3f6117eb9926c1a1cdb5
Author: Ludovic Courtès <address@hidden>
Date:   Wed Apr 27 15:09:15 2016 +0200

    build: 'assert-' targets now depend on the .go files.
    
    * Makefile.am (assert-binaries-available)
    (assert-final-inputs-self-contained): Add dependency on $(GOBJECTS).
---
 Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 5cee3d3..d0c1826 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -481,12 +481,12 @@ assert-no-store-file-names:
        fi
 
 # Make sure hydra.gnu.org has the important binaries.
-assert-binaries-available:
+assert-binaries-available: $(GOBJECTS)
        $(AM_V_at)$(top_builddir)/pre-inst-env "$(GUILE)"                       
\
          "$(top_srcdir)/build-aux/check-available-binaries.scm"
 
 # Make sure the final inputs don't refer to bootstrap tools.
-assert-final-inputs-self-contained:
+assert-final-inputs-self-contained: $(GOBJECTS)
        $(AM_V_at)$(top_builddir)/pre-inst-env "$(GUILE)"                       
\
          "$(top_srcdir)/build-aux/check-final-inputs-self-contained.scm"
 



reply via email to

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