Revision: 5633 http://ipcop.svn.sourceforge.net/ipcop/?rev=5633&view=rev Author: gespinasse Date: 2011-04-20 20:54:59 +0000 (Wed, 20 Apr 2011)
Log Message: ----------- Allow to run gdb test (if you choose to compile gdb to debug) Results are not famous (99 errors), many should be related to forced pie compilation Modified Paths: -------------- ipcop/trunk/lfs/gdb Modified: ipcop/trunk/lfs/gdb =================================================================== --- ipcop/trunk/lfs/gdb 2011-04-20 20:47:25 UTC (rev 5632) +++ ipcop/trunk/lfs/gdb 2011-04-20 20:54:59 UTC (rev 5633) @@ -95,6 +95,11 @@ --with-python=no cd $(DIR_APP) && make -j $(PARALLELISM) + +ifeq "$(RUNNING_TEST)" "yes" + -cd $(DIR_APP) && make check &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log +endif + cd $(DIR_APP) && make install # Install manually with unstripped corresponding lib (ldd /usr/bin/gdb) and program This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn