mirror of
git://sourceware.org/git/libabigail.git
synced 2025-01-18 23:30:45 +00:00
decf33e847
Sometimes, for debugging purposes it can be very handy to inspect the content of the packages as seen by the tool. This patch thus adds a new --keep-tmp-files options so that users can inspect the content of packages that were extracted. * tools/abipkgdiff.cc (options::keep_tmp_files): New data member. (options::options): Initialize it. (display_usage): Display a usage string for the new --keep-tmp-files option. (parse_command_line): Parse the new --keep-tmp-files option. (compare): Do not erase temporary directories if the users asked so. * doc/manuals/abipkgdiff.rst: Document the new --keep-tmp-files options. Signed-off-by: Dodji Seketeli <dodji@redhat.com> |
||
---|---|---|
.. | ||
api | ||
manuals | ||
vizualization | ||
website | ||
Makefile.am | ||
suppr-doc.txt |