From ccd620cc4df4b302e384459636bdd5613f42d9ad Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pjm@nac.net>
Date: Sat, 21 Jan 2012 14:47:41 -0500
Subject: Note that oh-strip doesn't seem to work.

---
(limited to 'src')

diff --git a/src/oh-strip b/src/oh-strip
index 91caa12..ee93485 100644
--- a/src/oh-strip
+++ b/src/oh-strip
@@ -67,6 +67,8 @@ fi
 while [ ${#} -gt 0 ]; do
 	printf 'oh-strip: Stripping symbols fom file "%s"...\n' "${1}"
 
+	# XXX: For some reason, this doesn't seem to work.
+
 	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