Revision: 7946 http://sourceforge.net/p/ipcop/svn/7946 Author: owes Date: 2015-03-23 06:37:32 +0000 (Mon, 23 Mar 2015) Log Message: ----------- Cannot run kmod testsuite early, /lib/modules directory does not exist yet.
Modified Paths: -------------- ipcop/trunk/lfs/kmod Modified: ipcop/trunk/lfs/kmod =================================================================== --- ipcop/trunk/lfs/kmod 2015-03-23 06:35:56 UTC (rev 7945) +++ ipcop/trunk/lfs/kmod 2015-03-23 06:37:32 UTC (rev 7946) @@ -93,7 +93,8 @@ cd $(DIR_APP) && make ifeq "$(RUNNING_TEST)" "yes" - cd $(DIR_APP) && make KDIR=/lib/modules/$(KVER)/build check &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log + # Tests require /lib/modules/<kernel> directory which does not exist yet + #cd $(DIR_APP) && make KDIR=/lib/modules/$(KVER)/build 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