Update of /cvsroot/devil-linux/build/scripts
In directory vz-cvs-3.sog:/tmp/cvs-serv7650
Modified Files:
functions
Log Message:
oops
Index: functions
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/functions,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- functions 5 Dec 2011 09:11:37 -0000 1.78
+++ functions 5 Dec 2011 09:20:27 -0000 1.79
@@ -19,7 +19,7 @@
#MYDIR=${0%/*}
# strips all debug symbols from binaries to get them smaller
-
+strip_debug()
{
echo "removing debug symbols from binaries"
find ./ -type f -exec strip -p --strip-debug '{}' ';' 1> /dev/null 2>/dev/null
|