Skip Menu |
 

Subject: be smarter about installing debugging symbols
We should only attempt to install them if we think we generated them, i.e. debug or debugsyms
is set.
From: kaduk@MIT.EDU
Subject: git commit

Be smarter about installing debug symbols

We know when we're going to generate debug symbols, so only attempt
to install them when we know they should be present.

This eliminates the need to tell make to ignore errors from the shell
on these steps.

https://github.com/krb5/krb5/commit/b6d5e3af806bb60c37a831a72eff3e7e99bea6e9
Author: Ben Kaduk <kaduk@mit.edu>
Commit: b6d5e3af806bb60c37a831a72eff3e7e99bea6e9
Branch: master
src/Makefile.in | 38 +++++++++++++++++++-------------------
src/config/win-pre.in | 6 ++++++
2 files changed, 25 insertions(+), 19 deletions(-)