about summary refs log tree commit diff
path: root/pkgs/build-support/setup-hooks/strip.sh
AgeCommit message (Expand)AuthorFilesLines
2024-05-24setup-hooks/strip: uniqify files by inode number before strippingThomas Watson1-6/+10
2023-09-03setup-hooks/strip: add stripExcludeTim Cuthbertson1-1/+9
2023-08-07setup-hooks/strip: Create the log file in '$TMDPIR'Artturin1-1/+1
2023-07-30setup-hooks/strip: resolve/uniq symlinks before strippingSergei Trofimovich1-0/+5
2023-07-21setup-hooks/strip: Exit if `cmd` or `ranlibCmd` are emptyArtturin1-0/+3
2023-07-21setup-hooks/strip: Add -- before $cmdArtturin1-1/+1
2023-07-21setup-hooks/strip: Print strip stderr if command failsArtturin1-2/+6
2023-07-10setup-hooks/strip: parallelise strippingLinus Heckemann1-1/+6
2023-04-04setup-hooks/strip.sh: preserve file datesArnout Engelen1-2/+2
2023-01-08setup-hooks/strip.sh: redirect stdout to dev/nullArtturin1-1/+1
2022-12-08stdenv: support opt-in __structuredAttrsArtturin1-6/+15
2022-08-07setup-hooks/separate-debug-info.sh: don't inhibit strip hookSergei Trofimovich1-11/+12
2022-08-03gcc: extend stripping of .a libraries and .o objectsSergei Trofimovich1-1/+1
2022-07-25setup-hooks/strip.sh: run RANLIB on static archives after strippingSergei Trofimovich1-4/+13
2022-07-25setup-hooks/strip.sh: add strip{All,Debug}ListTarget variablesSergei Trofimovich1-15/+12
2022-07-22setup-hooks/strip.sh: use STRIP_FOR_TARGET, not TARGET_STRIPSergei Trofimovich1-2/+2
2021-09-18stdenv: move --enable-deterministic-archives flag into GNU wrappersternenseemann1-1/+1
2021-01-02setup-hooks/strip: silence 'File format not recognized' errors againSandro Jäckel1-1/+1
2020-12-08setup-hooks/strip: more robust strippingEmery Hemingway1-1/+1
2019-11-01common setup hooks: set -u robustnessJohn Ericson1-2/+2
2017-12-30strip setup hook: Learn about only stripping host/target binaries aloneJohn Ericson1-8/+29
2017-12-13misc setup-hooks: Use env vars to refer to binutils programsJohn Ericson1-1/+1
2017-03-08stripDirs: Silence annoying 'File format not recognized' errorsShea Levy1-1/+1
2016-05-04Revert "Just strip everything by default"Peter Simons1-15/+3
2016-05-03Just strip everything by defaultGuillaume Maudoux1-3/+15
2014-08-09Remove addHookEelco Dolstra1-1/+1
2014-08-09Drop redundant spaceEelco Dolstra1-1/+1
2014-08-09Factor out fixup phase stuff into separate setup hooksEelco Dolstra1-0/+36