ar-timestamp-wiper: Wipes time stamps from .a files (like ar -D)
This application takes an archive (.a) file as created by the Unix ar tool, and sets all time stamps in it to zero.
These time stamps make ar generate different output for same input every time, which is problematic if you want to know if the contents actually changed as compared to the last time you created the archive (e.g. in build tools to avoid unnecessary linking).
Recent versions of GNU binutils and BSD ar af the -D flag for deterministic mode that creates the archive with all time stamps set to zero. However, these versions of ar are not wide spread yet, and this tool can help with that.
Downloads
- ar-timestamp-wiper-0.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0 |
---|---|
Dependencies | base (<5), bytestring (>=0.9) [details] |
Tested with | ghc ==7.6.3 |
License | MIT |
Copyright | 2013 Niklas Hambüchen <mail@nh2.me> |
Author | Niklas Hambüchen <mail@nh2.me> |
Maintainer | Niklas Hambüchen <mail@nh2.me> |
Category | Application |
Home page | https://github.com/nh2/ar-timestamp-wiper |
Bug tracker | https://github.com/nh2/ar-timestamp-wiper/issues |
Source repo | head: git clone git://github.com/nh2/ar-timestamp-wiper.git |
Uploaded | by NiklasHambuechen at 2013-08-07T01:05:56Z |
Distributions | NixOS:0.1.0 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | ar-timestamp-wiper |
Downloads | 1361 total (10 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |