svn commit: trunk/buildroot/package/bison

vapier at uclibc.org vapier at uclibc.org
Thu Sep 22 06:45:37 UTC 2005


Author: vapier
Date: 2005-09-21 23:45:10 -0700 (Wed, 21 Sep 2005)
New Revision: 11569

Log:
ver bump

Modified:
   trunk/buildroot/package/bison/bison.mk


Changeset:
Modified: trunk/buildroot/package/bison/bison.mk
===================================================================
--- trunk/buildroot/package/bison/bison.mk	2005-09-22 06:42:51 UTC (rev 11568)
+++ trunk/buildroot/package/bison/bison.mk	2005-09-22 06:45:10 UTC (rev 11569)
@@ -3,9 +3,10 @@
 # bison
 #
 #############################################################
-BISON_SOURCE:=bison-1.35.tar.bz2
+BISON_VER:=2.1
+BISON_SOURCE:=bison-$(BISON_VER).tar.bz2
 BISON_SITE:=ftp://ftp.gnu.org/gnu/bison
-BISON_DIR:=$(BUILD_DIR)/bison-1.35
+BISON_DIR:=$(BUILD_DIR)/bison-$(BISON_VER)
 BISON_CAT:=bzcat
 BISON_BINARY:=src/bison
 BISON_TARGET_BINARY:=usr/bin/bison
@@ -40,6 +41,7 @@
 		--infodir=/usr/info \
 		$(DISABLE_NLS) \
 	);
+	echo 'all install:' > $(BISON_DIR)/examples/Makefile
 	touch  $(BISON_DIR)/.configured
 
 $(BISON_DIR)/$(BISON_BINARY): $(BISON_DIR)/.configured




More information about the uClibc-cvs mailing list