mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 01:38:25 +02:00
bison: Update to 2.5.1.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
e41b341faf
commit
33a2c62fb3
@@ -1,18 +1,32 @@
|
|||||||
#usr/bin/bison
|
#usr/bin/bison
|
||||||
#usr/bin/yacc
|
#usr/bin/yacc
|
||||||
#usr/info/bison.info
|
|
||||||
#usr/lib/liby.a
|
#usr/lib/liby.a
|
||||||
#usr/man/man1/bison.1
|
|
||||||
#usr/share/aclocal
|
#usr/share/aclocal
|
||||||
#usr/share/aclocal/bison-i18n.m4
|
#usr/share/aclocal/bison-i18n.m4
|
||||||
#usr/share/bison
|
#usr/share/bison
|
||||||
#usr/share/bison/README
|
#usr/share/bison/README
|
||||||
|
#usr/share/bison/bison.m4
|
||||||
|
#usr/share/bison/c++-skel.m4
|
||||||
#usr/share/bison/c++.m4
|
#usr/share/bison/c++.m4
|
||||||
|
#usr/share/bison/c-skel.m4
|
||||||
#usr/share/bison/c.m4
|
#usr/share/bison/c.m4
|
||||||
#usr/share/bison/glr.c
|
#usr/share/bison/glr.c
|
||||||
#usr/share/bison/glr.cc
|
#usr/share/bison/glr.cc
|
||||||
|
#usr/share/bison/java-skel.m4
|
||||||
|
#usr/share/bison/java.m4
|
||||||
#usr/share/bison/lalr1.cc
|
#usr/share/bison/lalr1.cc
|
||||||
|
#usr/share/bison/lalr1.java
|
||||||
#usr/share/bison/location.cc
|
#usr/share/bison/location.cc
|
||||||
#usr/share/bison/m4sugar
|
#usr/share/bison/m4sugar
|
||||||
|
#usr/share/bison/m4sugar/foreach.m4
|
||||||
#usr/share/bison/m4sugar/m4sugar.m4
|
#usr/share/bison/m4sugar/m4sugar.m4
|
||||||
|
#usr/share/bison/stack.hh
|
||||||
|
#usr/share/bison/xslt
|
||||||
|
#usr/share/bison/xslt/bison.xsl
|
||||||
|
#usr/share/bison/xslt/xml2dot.xsl
|
||||||
|
#usr/share/bison/xslt/xml2text.xsl
|
||||||
|
#usr/share/bison/xslt/xml2xhtml.xsl
|
||||||
#usr/share/bison/yacc.c
|
#usr/share/bison/yacc.c
|
||||||
|
#usr/share/info/bison.info
|
||||||
|
#usr/share/man/man1/bison.1
|
||||||
|
#usr/share/man/man1/yacc.1
|
||||||
|
|||||||
@@ -24,10 +24,10 @@
|
|||||||
|
|
||||||
include Config
|
include Config
|
||||||
|
|
||||||
VER = 2.2
|
VER = 2.5.1
|
||||||
|
|
||||||
THISAPP = bison-$(VER)
|
THISAPP = bison-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.bz2
|
DL_FILE = $(THISAPP).tar.gz
|
||||||
DL_FROM = $(URL_IPFIRE)
|
DL_FROM = $(URL_IPFIRE)
|
||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
@@ -40,7 +40,7 @@ objects =$(DL_FILE)
|
|||||||
|
|
||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||||
|
|
||||||
$(DL_FILE)_MD5 = e345a5d021db850f06ce49eba78af027
|
$(DL_FILE)_MD5 = 8fedf916f1aa2c4a31441d8f8bbc603c
|
||||||
|
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
|
|
||||||
@@ -69,7 +69,7 @@ $(subst %,%_MD5,$(objects)) :
|
|||||||
|
|
||||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||||
@$(PREBUILD)
|
@$(PREBUILD)
|
||||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
|
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||||
cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls
|
cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls
|
||||||
# Disable NLS
|
# Disable NLS
|
||||||
#cd $(DIR_APP) && echo '#define YYENABLE_NLS 1' >> config.h
|
#cd $(DIR_APP) && echo '#define YYENABLE_NLS 1' >> config.h
|
||||||
|
|||||||
Reference in New Issue
Block a user