summaryrefslogtreecommitdiffstats
path: root/src/oh-strip
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-01-21 13:41:51 (EST)
committer P. J. McDermott <pjm@nac.net>2012-01-21 13:41:51 (EST)
commitfcf6bda50d3699cbed1c9404783b4da360580c3f (patch)
tree06fc5bd52c7a29a96478f94c09154709b5d2d34c /src/oh-strip
parentfe18aaff0f0f3964fcabfe21566d43344921383d (diff)
Provide helpful status output.
Diffstat (limited to 'src/oh-strip')
-rw-r--r--src/oh-strip2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/oh-strip b/src/oh-strip
index 9e11f75..a8769d4 100644
--- a/src/oh-strip
+++ b/src/oh-strip
@@ -65,6 +65,8 @@ fi
# Iterate over object files.
while [ ${#} -gt 0 ]; do
+ printf 'oh-strip: Stripping objects in package "%s"...\n' "${1}"
+
if ${make_dbg_pkg}; then
# Copy debugging symbols into a debugging object file and add a GDB link
# from the original object file to the debugging object file.