Revision: 7361 http://sourceforge.net/p/ipcop/svn/7361 Author: owes Date: 2014-03-23 14:11:54 +0000 (Sun, 23 Mar 2014) Log Message: ----------- Install first before running tests, just to be sure.
Modified Paths: -------------- ipcop/trunk/lfs/krb5 Modified: ipcop/trunk/lfs/krb5 =================================================================== --- ipcop/trunk/lfs/krb5 2014-03-22 17:36:08 UTC (rev 7360) +++ ipcop/trunk/lfs/krb5 2014-03-23 14:11:54 UTC (rev 7361) @@ -131,7 +131,12 @@ cd $(DIR_APP) && make -j $(PARALLELISM) + cd $(DIR_APP) && make install + ifeq "$(RUNNING_TEST)" "yes" + # make install before make check, just to be sure + # http://web.mit.edu/kerberos/krb5-latest/doc/build/doing_build.html#testing-the-build + # Tests work fine if not offline # des : kprop test fail if host if offline # ./t_iprop.py test stall if offline @@ -140,7 +145,5 @@ @rm -rf /var/tmp/* endif - cd $(DIR_APP) && make install - @rm -rf $(DIR_SRC)/$(THISAPP) $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/squid-* @$(POSTBUILD) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn