From fcf6bda50d3699cbed1c9404783b4da360580c3f Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 21 Jan 2012 13:41:51 -0500 Subject: Provide helpful status output. --- (limited to 'src/oh-strip') 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. -- cgit v0.9.1