Revision: 6786
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6786&view=rev
Author:   gespinasse
Date:     2012-10-07 20:38:31 +0000 (Sun, 07 Oct 2012)
Log Message:
-----------
Upgrade automake to 1.12.4

I tested a hack to run the tests faster while compiling ith PARALLELISM=1 to be 
able to diff log
I used
PARALLELISM_FOR_TEST := $(shell echo -e "$${PARALLELISM}\n2\n`/usr/bin/nproc`" 
| sort | tail -1)
and
-       -cd $(DIR_APP) && make check &> 
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
+       -cd $(DIR_APP) && make check -j $(PARALLELISM_FOR_TEST) &> 
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log

This spare 20% of the test time using -j2 with one core.
But I am unsure that worth the hack as that will introduce noise during test 
diff.
For now, stay simple.

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

Modified: ipcop/trunk/lfs/automake
===================================================================
--- ipcop/trunk/lfs/automake    2012-09-30 15:30:41 UTC (rev 6785)
+++ ipcop/trunk/lfs/automake    2012-10-07 20:38:31 UTC (rev 6786)
@@ -33,7 +33,7 @@
 include Config
 
 PKG_NAME   = automake
-VER        = 1.12.3
+VER        = 1.12.4
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
@@ -43,6 +43,7 @@
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -51,7 +52,7 @@
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 0df082825f8f41087eb70c5088f4515e
+$(DL_FILE)_MD5 = 7395a0420ecb5c9bc43e5fcf4824df36
 
 install : $(TARGET)
 

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


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to