guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: make-bootstrap: Remove obsolete header file.


From: guix-commits
Subject: 01/09: gnu: make-bootstrap: Remove obsolete header file.
Date: Tue, 2 Jul 2019 12:17:41 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 209214aaefc4248173226a2664ae6dda698b85bb
Author: Marius Bakke <address@hidden>
Date:   Fri Jun 21 09:32:38 2019 +0200

    gnu: make-bootstrap: Remove obsolete header file.
    
    * guix/build/make-bootstrap.scm (copy-linux-headers): Do not install 
'a.out.h'.
---
 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]