Update of /cvsroot/leaf/src/The_UnNamed_One/apps/bison
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv15949/apps/bison
Added Files:
bison_1.875a-1.1.diff.gz bison_1.875a.orig.tar.gz
buildtool.cfg buildtool.mk
Log Message:
initial import
--- NEW FILE: bison_1.875a-1.1.diff.gz ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: buildtool.cfg ---
<File buildtool.mk>
Server = cvs-sourceforge
Revision = HEAD
Directory = bison
</File>
<File bison_1.875a-1.1.diff.gz>
Server = cvs-sourceforge
envname = BISON_PATCH1
Revision = HEAD
Directory = bison
</File>
<File bison_1.875a.orig.tar.gz>
Server = cvs-sourceforge
envname = BISON_SOURCE
Revision = HEAD
Directory = bison
</File>
--- NEW FILE: buildtool.mk ---
#############################################################
#
# bison
#
# # $Id: buildtool.mk,v 1.1 2008/03/01 16:21:36 hejl Exp $
#############################################################
include $(MASTERMAKEFILE)
BISON_DIR:=bison-1.875a
BISON_TARGET_DIR:=$(BT_STAGING_DIR)/usr
CFLAGS = -Os -Wall
$(BISON_DIR)/.source:
zcat $(BISON_SOURCE) | tar -xvf -
zcat $(BISON_PATCH1) | patch -d $(BISON_DIR) -p1
touch $(BISON_DIR)/.source
$(BISON_DIR)/.configured: $(BISON_DIR)/.source
(cd $(BISON_DIR); \
CFLAGS="-Os -Wall" CC=$(TARGET_CC) LDFLAGS="-s" \
./configure --prefix=$(BISON_TARGET_DIR) );
touch $(BISON_DIR)/.configured
$(BISON_DIR)/.build: $(BISON_DIR)/.configured
$(MAKE) -C $(BISON_DIR) CFLAGS="-Os -Wall" CC=$(TARGET_CC) LDFLAGS="-s"
$(MAKE) -C $(BISON_DIR) install
#-rm $(BISON_TARGET_DIR)/bin/yacc
touch $(BISON_DIR)/.build
source: $(BISON_DIR)/.source
build: $(BISON_DIR)/.build
clean:
-rm $(BISON_DIR)/.build
$(MAKE) -C $(BISON_DIR) clean
-rm $(BISON_TARGET_DIR)/bin/bison
-rm $(BISON_TARGET_DIR)/bin/yacc
srcclean:
rm -rf $(BISON_DIR)
--- NEW FILE: bison_1.875a.orig.tar.gz ---
(This appears to be a binary file; contents omitted.)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits