mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 12:43:52 +00:00
1d5a8a5e43
Normally binutils provides pregenerated manuals along with release tarball. Manuals regeneration is needed every time we change `configure.ac`. But usually there are no material changes in it. This change instead inhibits manuals regeenration by keeping man and info files up to date. The diff of bootstrap tree before and after the change: $ nix-store --query --graph $(nix-instantiate -A stdenv) | fgrep ' -> ' | awk '{print $3}' | sort -u | sed 's/"[0-9a-z]\{32\}-/"/g' | sort > before $ nix-store --query --graph $(nix-instantiate -A stdenv) | fgrep ' -> ' | awk '{print $3}' | sort -u | sed 's/"[0-9a-z]\{32\}-/"/g' | sort > after $ diff -U0 before after --- before +++ after @@ -100 +99,0 @@ -"texinfo-6.8.drv" Co-authored-by: Adam Joseph <54836058+amjoseph-nixpkgs@users.noreply.github.com> |
||
---|---|---|
.. | ||
2.38 | ||
0001-libtool.m4-update-macos-version-detection-block.patch | ||
0001-Revert-libtool.m4-fix-nm-BSD-flag-detection.patch | ||
0001-Revert-libtool.m4-fix-the-NM-nm-over-here-B-option-w.patch | ||
always-search-rpath.patch | ||
avr-size.patch | ||
build-components-separately.patch | ||
default.nix | ||
deterministic.patch | ||
gas-dwarf-zero-PR29451.patch | ||
libbfd.nix | ||
libopcodes.nix | ||
mips64-default-n64.patch | ||
ppc-make-machine-less-strict.patch | ||
support-ios.patch | ||
windres-locate-gcc.patch |