[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"
- branch core-updates updated (8aaf42c -> 5f3f703), guix-commits, 2019/07/02
- 03/09: gnu: make-bootstrap: Adjust for GCC 7., guix-commits, 2019/07/02
- 04/09: gnu: bootstrap-tarballs: Don't include the native Mes when cross-compiling., guix-commits, 2019/07/02
- 08/09: gnu: linux-libre-headers: Update to 4.19.56., guix-commits, 2019/07/02
- 07/09: gnu: commencement: Remove outdated comment., guix-commits, 2019/07/02
- 05/09: gnu: gettext: Update to 0.20.1., guix-commits, 2019/07/02
- 06/09: gnu: libuninameslist: Update to 20190701., guix-commits, 2019/07/02
- 02/09: gnu: make-bootstrap: Restore cross-compilation workarounds., guix-commits, 2019/07/02
- 09/09: gnu: glibc: Update to 2.29., guix-commits, 2019/07/02
- 01/09: gnu: make-bootstrap: Remove obsolete header file.,
guix-commits <=