Revision: 7109
          http://sourceforge.net/p/ipcop/svn/7109
Author:   owes
Date:     2013-10-05 15:10:59 +0000 (Sat, 05 Oct 2013)
Log Message:
-----------
/var/run does not exist in early boot. Try and use /dev/.mdadm to avoid boot 
trouble

Modified Paths:
--------------
    ipcop/trunk/lfs/mdadm

Modified: ipcop/trunk/lfs/mdadm
===================================================================
--- ipcop/trunk/lfs/mdadm       2013-09-29 10:43:06 UTC (rev 7108)
+++ ipcop/trunk/lfs/mdadm       2013-10-05 15:10:59 UTC (rev 7109)
@@ -89,7 +89,7 @@
        cd $(DIR_APP) && sed -i 's|sbin\/sendmail|bin/sendEmail|' Makefile
        # CXFLAGS="$(CFLAGS)" is required to set the optimization level or -O0 
is used and FORTIFY does not apply
        # Compile mdadm, mdmon and programs needed for the tests
-       cd $(DIR_APP) && make -j $(PARALLELISM) CXFLAGS="$(CFLAGS)" 
MAP_DIR='/var/run/mdadm' FAILED_SLOTS_DIR='/var/run/mdadm/failed-slots' test
+       cd $(DIR_APP) && make -j $(PARALLELISM) CXFLAGS="$(CFLAGS)" 
MAP_DIR='/dev/.mdadm' FAILED_SLOTS_DIR='/dev/.mdadm/failed-slots' test
 
 ifeq "$(RUNNING_TEST)" "yes"
        # - still fail even when running the same kernel version we compile,

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to