guix-commits
[Top][All Lists]
Advanced

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

01/01: make-bootstrap: Adjust copied linux headers.


From: guix-commits
Subject: 01/01: make-bootstrap: Adjust copied linux headers.
Date: Fri, 15 Nov 2019 06:03:30 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit cda79c7cc938ae3d9e77d09e8ebd7cbdf7f4d20c
Author: Efraim Flashner <address@hidden>
Date:   Tue Nov 5 14:55:05 2019 +0200

    make-bootstrap: Adjust copied linux headers.
    
    * guix/build/make-bootstrap.scm (copy-linux-headers): Remove header
    file 'a.out.h' is no longer part of the linux kernel headers.
---
 guix/build/make-bootstrap.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/guix/build/make-bootstrap.scm b/guix/build/make-bootstrap.scm
index e5ef1d6..0d29338 100644
--- a/guix/build/make-bootstrap.scm
+++ b/guix/build/make-bootstrap.scm
@@ -47,7 +47,6 @@ bootstrap libc."
                 (install-file (pk 'src (string-append kernel-headers 
"/include/linux/" file))
                               (pk 'dest (string-append incdir "/linux"))))
               '(
-                "a.out.h"               ; for 2.2.5
                 "atalk.h"               ; for 2.2.5
                 "errno.h"
                 "falloc.h"



reply via email to

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