Revision: 6542 http://ipcop.svn.sourceforge.net/ipcop/?rev=6542&view=rev Author: gespinasse Date: 2012-04-09 17:17:05 +0000 (Mon, 09 Apr 2012) Log Message: ----------- Fix grep match to retain only files with non empty rpath
Modified Paths: -------------- ipcop/trunk/lfs/check_files Modified: ipcop/trunk/lfs/check_files =================================================================== --- ipcop/trunk/lfs/check_files 2012-04-09 16:54:01 UTC (rev 6541) +++ ipcop/trunk/lfs/check_files 2012-04-09 17:17:05 UTC (rev 6542) @@ -74,7 +74,7 @@ cat $(LOG_PREFIX)-scanelf.log | awk '{ printf "%s\t%s\n", $$1, $$11 }' | grep -v ET_DYN > $(LOG_PREFIX)-not-PIE.log cat $(LOG_PREFIX)-scanelf.log | awk '{ printf "%s\t%s\n", $$10, $$11 }' | grep -v NOW > $(LOG_PREFIX)-not-NOW.log # RPATH (I consider log good enought to my understanding) - cat $(LOG_PREFIX)-scanelf.log | awk '{ printf "%s\t%s\n", $$9, $$11 }' | grep -v "\-\t" > $(LOG_PREFIX)-RPATH.log + cat $(LOG_PREFIX)-scanelf.log | awk '{ printf "%s\t%s\n", $$9, $$11 }' | grep -v '^-' > $(LOG_PREFIX)-RPATH.log # executable stack http://www.gentoo.org/proj/en/hardened/gnu-stack.xml # klibc related code is compiled without hardening (to save space) and allow execstack, but that code is not installed, so not checked on ALL_NODIR This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn