Revision: 6587
http://ipcop.svn.sourceforge.net/ipcop/?rev=6587&view=rev
Author: gespinasse
Date: 2012-04-27 17:55:00 +0000 (Fri, 27 Apr 2012)
Log Message:
-----------
Remove another ls in for loop
Modified Paths:
--------------
ipcop/trunk/lfs/check_files
Modified: ipcop/trunk/lfs/check_files
===================================================================
--- ipcop/trunk/lfs/check_files 2012-04-27 16:25:53 UTC (rev 6586)
+++ ipcop/trunk/lfs/check_files 2012-04-27 17:55:00 UTC (rev 6587)
@@ -95,7 +95,7 @@
-cd /usr/src/log_${MACHINE} && egrep ' error:|No such file or|not
found|WARNING:|Warning:' 0[1-4]*/*
>/usr/src/log_${MACHINE}/$(PKG_NAME)-configure_warnings.log
-cd /usr/src/log_${MACHINE} && grep ': warning:' 0[1-4]*/*
>/usr/src/log_${MACHINE}/$(PKG_NAME)-compilation_warnings_all.log
-cd /usr/src/log_${MACHINE} && \
- for f in $$(ls 0[1-4]*/*); do \
+ for f in 0[1-4]*/* ; do \
[ -f $$f ] && long_f="$$f "; \
echo -n "$${long_f:0:40} : ";grep ':
warning:' $$f | wc -l; \
done | sort -k 3,3nr
>/usr/src/log_${MACHINE}/$(PKG_NAME)-compilation-warnings_per_package_count.log
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn