guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gcc-toolchain: Don't try to delete OUT/bin/sh, which no long


From: Mark H. Weaver
Subject: 01/01: gnu: gcc-toolchain: Don't try to delete OUT/bin/sh, which no longer exists.
Date: Tue, 15 Sep 2015 20:16:11 +0000

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

commit d02f38f3f8203154ec92c9d4fc2785835e91d2dc
Author: Mark H Weaver <address@hidden>
Date:   Tue Sep 15 16:12:35 2015 -0400

    gnu: gcc-toolchain: Don't try to delete OUT/bin/sh, which no longer exists.
    
    * gnu/packages/commencement.scm (gcc-toolchain)[arguments]: Remove code that
      deletes OUT/bin/sh and OUT/bin/bash, since those files no longer exist in
      our libc package.
---
 gnu/packages/commencement.scm |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 006aee5..56c4cef 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -867,14 +867,6 @@ COREUTILS-FINAL vs. COREUTILS, etc."
                        (((names . directories) ...)
                         (union-build out directories)))
 
-                     ;; Remove the 'sh' and 'bash' binaries that come with
-                     ;; libc to avoid polluting the user's profile (these are
-                     ;; statically-linked binaries with no locale support and
-                     ;; so on.)
-                     (for-each (lambda (file)
-                                 (delete-file (string-append out "/bin/" 
file)))
-                               '("sh" "bash"))
-
                      (union-build (assoc-ref %outputs "debug")
                                   (list (assoc-ref %build-inputs
                                                    "libc-debug")))))))



reply via email to

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