Revision: 6399
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6399&view=rev
Author:   owes
Date:     2012-02-21 20:50:51 +0000 (Tue, 21 Feb 2012)
Log Message:
-----------
Update bison to 2.5

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

Modified: ipcop/trunk/lfs/bison
===================================================================
--- ipcop/trunk/lfs/bison       2012-02-21 18:39:14 UTC (rev 6398)
+++ ipcop/trunk/lfs/bison       2012-02-21 20:50:51 UTC (rev 6399)
@@ -33,7 +33,7 @@
 include Config
 
 PKG_NAME   = bison
-VER        = 2.4.3
+VER        = 2.5
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
@@ -46,11 +46,11 @@
 ###############################################################################
 # Top-level Rules
 ###############################################################################
-objects                                        = $(DL_FILE)
+objects = $(DL_FILE)
 
-$(DL_FILE)                             = $(DL_FROM)/$(DL_FILE)
+$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5                         = c1d3ea81bc370dbd43b6f0b2cd21287e
+$(DL_FILE)_MD5 = 9dba20116b13fc61a0846b0058fbe004
 
 install : $(TARGET)
 
@@ -87,7 +87,7 @@
        cd $(DIR_APP) && make -j $(PARALLELISM)
 
 ifeq "$(RUNNING_TEST)" "yes"
-       # no test should fail (227 ok, 16 skipped)
+       # no test should fail (283 ok, 17 skipped)
        cd $(DIR_APP) && make check &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
 endif
 

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

Reply via email to