~ruther/guix-local

c9323eac746e1905f9cacf17408a5678c2bdefbf — Ludovic Courtès 12 years ago 55a5674
gnu: make-bootstrap: Allow bit-reproducibility for 'glibc-stripped'.

* gnu/packages/make-bootstrap.scm (%glibc-stripped): Remove '.install'
  and '..install.cmd' files.
1 files changed, 5 insertions(+), 0 deletions(-)

M gnu/packages/make-bootstrap.scm
M gnu/packages/make-bootstrap.scm => gnu/packages/make-bootstrap.scm +5 -0
@@ 363,6 363,11 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
                               (string-append incdir "/asm"))
             (copy-recursively (string-append linux "/include/asm-generic")
                               (string-append incdir "/asm-generic"))

             ;; Remove the '.install' and '..install.cmd' files; the latter
             ;; contains store paths, which prevents bit reproducibility.
             (for-each delete-file (find-files incdir "\\.install"))

             #t))))
      (inputs `(("libc" ,(let ((target (%current-target-system)))
                           (if target