SOURCES: trn-bison.patch - simplified a bit

darekr darekr at pld-linux.org
Sun Jun 12 16:29:49 CEST 2005


Author: darekr                       Date: Sun Jun 12 14:29:49 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- simplified a bit

---- Files affected:
SOURCES:
   trn-bison.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/trn-bison.patch
diff -u SOURCES/trn-bison.patch:1.1 SOURCES/trn-bison.patch:1.2
--- SOURCES/trn-bison.patch:1.1	Sun Jun 12 16:11:51 2005
+++ SOURCES/trn-bison.patch	Sun Jun 12 16:29:43 2005
@@ -5,16 +5,6 @@
  CC = gcc
  TOUCH = touch
 -#YACC = yacc
-+YACC = bison
++YACC = bison -y
  #LINT = lint
  lintflags = -phbvxac 
- 
-@@ -105,7 +105,7 @@
- parsedate.c: parsedate.y
- 	@echo 'Expect 6 shift/reduce conflicts'
- 	$(YACC) $(srcdir)/parsedate.y
--	mv -f y.tab.c parsedate.c
-+	mv -f parsedate.tab.c parsedate.c
- 
- unipatch: unipatch.o
- 	$(CC) $(LDFLAGS) unipatch.o -o unipatch
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/trn-bison.patch?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list