guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: xen: Don't patch etherboot Makefile.


From: guix-commits
Subject: 01/02: gnu: xen: Don't patch etherboot Makefile.
Date: Mon, 21 Jan 2019 06:25:01 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 504f3ac8403981410afcdd8369f35b5a8525108c
Author: Danny Milosavljevic <address@hidden>
Date:   Mon Jan 21 12:09:32 2019 +0100

    gnu: xen: Don't patch etherboot Makefile.
    
    * gnu/packages/virtualization.scm (xen)[arguments]<#:phases>[patch]:
    Don't patch etherboot's "Makefile".
---
 gnu/packages/virtualization.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 8c443ce..147fa27 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -1191,9 +1191,6 @@ override CC = " (assoc-ref inputs "cross-gcc") 
"/bin/i686-linux-gnu-gcc"))
               (string-append "CFLAGS += -march=i686 -I"
                              (assoc-ref inputs "cross-libc")
                              "/include")))
-            ;; Tries to use "git clone".
-            (substitute* "tools/firmware/Makefile"
-             (("\\+= etherboot") "+="))
             ;; /var is not in /gnu/store , so don't try to create it.
             (substitute* '("tools/Makefile"
                            "tools/xenstore/Makefile"



reply via email to

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