Revision: 7947 http://sourceforge.net/p/ipcop/svn/7947 Author: owes Date: 2015-03-23 06:38:15 +0000 (Mon, 23 Mar 2015) Log Message: ----------- Fix running autoconf testsuite.
Modified Paths: -------------- ipcop/trunk/lfs/autoconf Modified: ipcop/trunk/lfs/autoconf =================================================================== --- ipcop/trunk/lfs/autoconf 2015-03-23 06:37:32 UTC (rev 7946) +++ ipcop/trunk/lfs/autoconf 2015-03-23 06:38:15 UTC (rev 7947) @@ -85,8 +85,8 @@ cd $(DIR_APP) && make ifeq "$(RUNNING_TEST)" "yes" - # no test should fail - cd $(DIR_APP) && make check &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log + # 1 test fails due to changes in libtool 2.4.3 and later + -cd $(DIR_APP) && make check &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log endif cd $(DIR_APP) && make install This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn