Revision: 6845
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6845&view=rev
Author:   gespinasse
Date:     2012-11-10 20:57:23 +0000 (Sat, 10 Nov 2012)
Log Message:
-----------
Upgrade bison to 2.6.5

Add -Wall to CFLAGS to see potential warnings

Adjust test summary

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

Modified: ipcop/trunk/lfs/bison
===================================================================
--- ipcop/trunk/lfs/bison       2012-11-10 14:41:33 UTC (rev 6844)
+++ ipcop/trunk/lfs/bison       2012-11-10 20:57:23 UTC (rev 6845)
@@ -33,7 +33,7 @@
 include Config
 
 PKG_NAME   = bison
-VER        = 2.6.4
+VER        = 2.6.5
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
@@ -43,6 +43,8 @@
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+CFLAGS    += -Wall
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -50,7 +52,7 @@
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 8b2dc57eb9d2d6de4715d30de6b2ee07
+$(DL_FILE)_MD5 = 75c8508e0a9e5c68f608658672d6bda4
 
 install : $(TARGET)
 
@@ -87,7 +89,7 @@
        cd $(DIR_APP) && make -j $(PARALLELISM) V=1
 
 ifeq "$(RUNNING_TEST)" "yes"
-       # 307 ok, 18 skipped
+       # 319 ok, 18 skipped
        -cd $(DIR_APP) && make -s -k 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.


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to