Revision: 6870 http://ipcop.svn.sourceforge.net/ipcop/?rev=6870&view=rev Author: gespinasse Date: 2012-12-20 08:03:59 +0000 (Thu, 20 Dec 2012) Log Message: ----------- make check was broken in 1.42.6 when libcon_err is not installed. Run test after install workaround the issue.
Modified Paths: -------------- ipcop/trunk/lfs/e2fsprogs Modified: ipcop/trunk/lfs/e2fsprogs =================================================================== --- ipcop/trunk/lfs/e2fsprogs 2012-12-17 07:27:59 UTC (rev 6869) +++ ipcop/trunk/lfs/e2fsprogs 2012-12-20 08:03:59 UTC (rev 6870) @@ -100,13 +100,15 @@ --disable-libuuid \ --disable-fsck \ --disable-uuidd - cd $(DIR_APP)/build && make -j $(PARALLELISM) + cd $(DIR_APP)/build && make -j $(PARALLELISM) V=1 + + cd $(DIR_APP)/build && make install + cd $(DIR_APP)/build && make install-libs + +# 1.42.6 broke make check compilation, temporary test after install fix an unreachable libcom_err.so.2 ifeq "$(RUNNING_TEST)" "yes" cd $(DIR_APP)/build && make --silent --no-print-directory check &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log endif - cd $(DIR_APP)/build && make install - cd $(DIR_APP)/build && make install-libs - # allow mklibs to reduce shared lib # yaboot link to libext2fs.a cd /usr/lib && ln -sf libext2fs.a libext2fs_pic.a This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn