Revision: 7387
http://sourceforge.net/p/ipcop/svn/7387
Author: owes
Date: 2014-03-31 05:20:12 +0000 (Mon, 31 Mar 2014)
Log Message:
-----------
If test does fail, could be a fluke. Do not stop the testsuite build.
Modified Paths:
--------------
ipcop/trunk/lfs/make
Modified: ipcop/trunk/lfs/make
===================================================================
--- ipcop/trunk/lfs/make 2014-03-31 04:35:39 UTC (rev 7386)
+++ ipcop/trunk/lfs/make 2014-03-31 05:20:12 UTC (rev 7387)
@@ -89,7 +89,7 @@
ifeq "$(STAGE)" "toolchain"
# use --disable-nls just to be smaller
- cd $(DIR_APP) && ./configure --prefix=/$(TOOLS_DIR) --disable-nls
+ cd $(DIR_APP) && ./configure --prefix=/$(TOOLS_DIR) --disable-nls
cd $(DIR_APP) && make -j $(PARALLELISM)
cd $(DIR_APP) && make install-exec
endif
@@ -100,7 +100,7 @@
ifeq "$(RUNNING_TEST)" "yes"
# no test should fail
- cd $(DIR_APP) && make check &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
+ -cd $(DIR_APP) && make check &>
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
endif
cd $(DIR_APP) && make install-exec
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn