+3
-3
maintainers/scripts/bootstrap-files/README.md
+3
-3
maintainers/scripts/bootstrap-files/README.md
···
+2
maintainers/scripts/bootstrap-files/refresh-tarballs.bash
+2
maintainers/scripts/bootstrap-files/refresh-tarballs.bash
······
-1320
pkgs/stdenv/freebsd/bootstrap-files-spurious.txt
pkgs/stdenv/freebsd/bootstrap-tools-spurious.txt
-1320
pkgs/stdenv/freebsd/bootstrap-files-spurious.txt
pkgs/stdenv/freebsd/bootstrap-tools-spurious.txt
······
+20
-23
pkgs/stdenv/freebsd/bootstrap-files.nix
pkgs/stdenv/freebsd/make-bootstrap-tools.nix
+20
-23
pkgs/stdenv/freebsd/bootstrap-files.nix
pkgs/stdenv/freebsd/make-bootstrap-tools.nix
······+tar-all = pack-all "XZ_OPT=\"-9 -e -T $NIX_BUILD_CORES\" tar cJf $out --hard-dereference --sort=name --numeric-owner --owner=0 --group=0 --mtime=@1 .";-bootstrap-files0 = nar-all "${system}-bootstrap-files0.nar.xz" (with pkgs; [bash mkdir xz gnutar]) ''···# - manually identify the point where files have no longer been accessed after the patching phase# - use your favorite text editor to snip out the time column, the /nix/store/###-bootstrap-archive/ prefix, and the files that have not been used during bootstrap-# - manually remove from the list the following; they are not marked as atime'd even though they are used+# - manually remove all files under include and lib/clang/*/include from the list in order to improve forward compatibility (and since they are very small)
+13
pkgs/stdenv/freebsd/bootstrap-files/x86_64-unknown-freebsd.nix
+13
pkgs/stdenv/freebsd/bootstrap-files/x86_64-unknown-freebsd.nix
···
+11
-22
pkgs/stdenv/freebsd/default.nix
+11
-22
pkgs/stdenv/freebsd/default.nix
···+files = table.${localSystem.system} or (throw "unsupported platform ${localSystem.system} for the pure FreeBSD stdenv");-bootstrap-files = builtins.mapAttrs (k: fetchurlBoot) bootstrap-urls-table.${localSystem.system};···
+22
pkgs/stdenv/freebsd/make-bootstrap-tools-cross.nix
+22
pkgs/stdenv/freebsd/make-bootstrap-tools-cross.nix
···
+1
-1
pkgs/stdenv/freebsd/unpack-bootstrap-files.sh
+1
-1
pkgs/stdenv/freebsd/unpack-bootstrap-files.sh
···-$src/libexec/ld-elf.so.1 $src/bin/tar -I "$src/libexec/ld-elf.so.1 $src/bin/xz" -C $out -xf $stage1+$src/libexec/ld-elf.so.1 $src/bin/tar -I "$src/libexec/ld-elf.so.1 $src/bin/xz" -C $out -xf $bootstrapTools
+2
pkgs/top-level/all-packages.nix
+2
pkgs/top-level/all-packages.nix
···
+12
-5
pkgs/top-level/release-cross.nix
+12
-5
pkgs/top-level/release-cross.nix
···+linuxTools = import ../stdenv/linux/make-bootstrap-tools-cross.nix { system = "x86_64-linux"; };+freebsdTools = import ../stdenv/freebsd/make-bootstrap-tools-cross.nix { system = "x86_64-linux"; };···+freebsd = mapAttrsRecursiveCond (as: !isDerivation as) (name: mkBootstrapToolsJob freebsdMeta)
+9
pkgs/top-level/release.nix
+9
pkgs/top-level/release.nix
······