|
From: Blas R. S. <br...@us...> - 2003-07-02 19:02:52
|
Build Version : T1.5.0.3613 Firebird 1.5 Release Candidate 4 (writeBuildNum.sh,v 1.3610 2003/07/02 19:02:50 brodsom Exp ) Update of /cvsroot/firebird/firebird2/builds/posix In directory sc8-pr-cvs1:/tmp/cvs-serv13596/posix Modified Files: make.shared.targets Log Message: Add special action to be used in dyn_def.cpp. (remove dyn_def.sed) Index: make.shared.targets =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/posix/make.shared.targets,v retrieving revision 1.11 retrieving revision 1.12 diff -b -U3 -r1.11 -r1.12 --- make.shared.targets 10 Apr 2003 07:50:03 -0000 1.11 +++ make.shared.targets 2 Jul 2003 19:02:49 -0000 1.12 @@ -40,20 +40,6 @@ # potentially a single makefile, or at least one per directory. # MOD 07-Oct-2002 - - - - -# This is the one where dyn_def.epp produced dyn_def.cpp and then the sed -# script is run to remove a component of it. This is pretty ugly, and even -# if we have to live with it, the makefile should be changed to make the -# dependencies clearer. MOD July-2001 - -$(SRC)/jrd/dyn_def.cpp : $(SRC)/jrd/dyn_def.epp $(SRC)/jrd/dyn_def.sed - $(GPRE_BOOT) $(JRD_GPRE_FLAGS) $< $(GEN_SRC)/jrd/dyn_deffoo.cpp - sed -f $(SRC)/jrd/dyn_def.sed $(GEN_SRC)/jrd/dyn_deffoo.cpp > $@ - - # This rule creates parse.cpp from parse.y # The intermediate files dsql.tab.c dsql.tab.h and parse.cpp are generated # and are also stored in the CVS tree. MOD 7-Oct-2002 |