From: Jason W. <jwh...@ib...> - 2002-09-01 08:49:34
|
You may want to post this again with an appropriate subject line. Jason Wharton CPS - Mesa AZ http://www.ibobjects.com -- We may not have it all together -- -- But together we have it all -- <sk...@bs...> wrote in message news:OF1...@bs...... > Hello ! > > This little patch is required to compile FB2 (1.5) examples on Linux (batch > compilation works flawlessly after that). > May anyone apply this patch too ? I was about to fix several DDL bugs I > discovered earlier, but I see FB2 code > needs much cleanup now. So I'm gonna fix some compilation warnings and > clean up code a little first. > How should I submit my patches ? > > Index: Makefile.in.v5_examples > =================================================================== > RCS file: > /cvsroot/firebird/firebird2/builds/posix/Makefile.in.v5_examples,v > retrieving revision 1.1 > diff -u -r1.1 Makefile.in.v5_examples > --- Makefile.in.v5_examples 29 Jul 2002 15:04:06 -0000 1.1 > +++ Makefile.in.v5_examples 31 Aug 2002 15:55:28 -0000 > @@ -46,7 +46,7 @@ > > @SET_MAKE@ > > -PATH := $(BIN):$(PATH) > +PATH := ./:$(BIN):$(PATH) > export PATH > > Nickolay Samofatov > |