[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/icecream/client
From:       Dirk Mueller <mueller () kde ! org>
Date:       2006-05-30 15:31:38
Message-ID: 1149003098.741366.31356.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 546616 by mueller:

strip the files


 M  +7 -0      create-env  


--- branches/work/icecream/client/create-env #546615:546616
@@ -109,6 +109,13 @@
   new_target_files="$new_target_files $target"
 done
 
+# now strip the target files as necessary
+for i in $new_target_files; do 
+  if test -f $i -a -x $i; then
+    strip -s $i
+  fi
+done
+
 # now sort the files in order to make the md5sums independent
 # of ordering
 target_files=`for i in $new_target_files; do echo $i; done | sort`
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic