Revision: 6457 http://ipcop.svn.sourceforge.net/ipcop/?rev=6457&view=rev Author: gespinasse Date: 2012-03-06 06:49:21 +0000 (Tue, 06 Mar 2012) Log Message: ----------- -C src is useless after make as spotted on LFS
Modified Paths: -------------- ipcop/trunk/lfs/sysvinit Modified: ipcop/trunk/lfs/sysvinit =================================================================== --- ipcop/trunk/lfs/sysvinit 2012-03-04 15:15:28 UTC (rev 6456) +++ ipcop/trunk/lfs/sysvinit 2012-03-06 06:49:21 UTC (rev 6457) @@ -83,8 +83,8 @@ @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && sed -i 's@Sending processes@& configured via /etc/inittab@g' src/init.c - cd $(DIR_APP) && make -C src - cd $(DIR_APP) && make -C src install + cd $(DIR_APP) && make + cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn