From: Frank Schlottmann-G. <fs...@us...> - 2000-12-08 16:18:23
|
Update of /cvsroot/firebird/interbase In directory slayer.i.sourceforge.net:/tmp/cvs-serv7830/interbase Modified Files: ChangeLog setup_dirs setup_dirs.ksh Added Files: this_build Log Message: Preliminary changes to get IB_BUILD_NO automatically increased on commits. setup_dirs will create 'jrd/build_no.h' by a call to a slightly modified 'builds_win32/original/build_no.ksh' that gets IB_BUILD_NO from 'this_build', that hopefully will be increased automatically in the near future :-) I have changed 'jrd/iblicense.h' to use IB_BUILD_TYPE from 'jrd/build_no.h'. So all changes to version numbers, build types etc. can now be done in 'builds_win32/original/build_no.ksh'. --- NEW FILE --- 1 Index: ChangeLog =================================================================== RCS file: /cvsroot/firebird/interbase/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** ChangeLog 2000/11/30 16:31:51 1.8 --- ChangeLog 2000/12/08 16:18:20 1.9 *************** *** 1,2 **** --- 1,17 ---- + 2000-12-04 03:30 patrickgriffin + + * interbase/firebird/patrickgriffin/tcs_tests/: bug_112177_01, + bug_112177_02, bug_112177_03, bug_112177_04, bug_112177_05, + bug_112177_06, bug_112177_07, bug_112177_08, bug_112177_09, + bug_112177_10, bug_112177_11, bug_112177_12, bug_116579_01, readme: + + moving files from tree to ftp area. + + 2000-12-01 12:20 fsg + + * interbase/builds/original/prefix.linux: + + Added SHRLIB_EXT to prefix.linux + 2000-11-30 15:27 patrickgriffin *************** *** 38,42 **** 2000-11-28 16:09 fsg ! * interbase/: pyxis/fred.e, ChangeLog: Changed fred.e to go through 6.0 gpre --- 53,57 ---- 2000-11-28 16:09 fsg ! * interbase/pyxis/fred.e: Changed fred.e to go through 6.0 gpre *************** *** 49,58 **** result as proposed by Claudio Valderrama - 2000-11-27 12:38 fsg - - * interbase/ChangeLog: - - Updated ChangeLog - 2000-11-27 10:26 fsg --- 64,67 ---- *************** *** 67,76 **** removed some compiler warnings too - 2000-11-24 18:33 fsg - - * interbase/ChangeLog: - - Updated ChangeLog - 2000-11-24 18:23 fsg --- 76,79 ---- *************** *** 80,94 **** :-) Will print correct names for this forms stuff now. - 2000-11-22 18:24 patrickgriffin - - * interbase/ChangeLog: - - Correct the name of the modified file in change log. - - ...pat - 2000-11-22 18:07 patrickgriffin ! * interbase/: ChangeLog, isql/extract.e: In get_procedure_args change comment style from // to /* --- 83,89 ---- :-) Will print correct names for this forms stuff now. 2000-11-22 18:07 patrickgriffin ! * interbase/isql/extract.e: In get_procedure_args change comment style from // to /* *************** *** 104,113 **** ever will need this. But who cares :-) - 2000-11-19 08:43 fsg - - * interbase/ChangeLog: - - Updated ChangeLog - 2000-11-19 08:02 fsg --- 99,102 ---- *************** *** 124,133 **** Bug #122563 in extract.e get_procedure_args Apparently this has to be done in show.e also, but that is for another day :-) - - 2000-11-18 15:14 fsg - - * interbase/ChangeLog: - - added ChangeLog 2000-11-18 07:50 fsg --- 113,116 ---- Index: setup_dirs =================================================================== RCS file: /cvsroot/firebird/interbase/setup_dirs,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** setup_dirs 2000/10/14 15:40:30 1.12 --- setup_dirs 2000/12/08 16:18:20 1.13 *************** *** 19,24 **** # ______________________________________. # ! # $Id$ # # Shell script to set up the InterBase directory structure # And now the super server directory structure --- 19,38 ---- # ______________________________________. # ! # $Log$ ! # Revision 1.13 2000/12/08 16:18:20 fsg ! # Preliminary changes to get IB_BUILD_NO automatically ! # increased on commits. ! # ! # setup_dirs will create 'jrd/build_no.h' by a call to ! # a slightly modified 'builds_win32/original/build_no.ksh' ! # that gets IB_BUILD_NO from 'this_build', that hopefully ! # will be increased automatically in the near future :-) ! # ! # I have changed 'jrd/iblicense.h' to use IB_BUILD_TYPE ! # from 'jrd/build_no.h'. ! # So all changes to version numbers, build types etc. can ! # now be done in 'builds_win32/original/build_no.ksh'. # + # # Shell script to set up the InterBase directory structure # And now the super server directory structure *************** *** 234,237 **** --- 248,254 ---- fi # + + echo "Creating jrd/build_no.h" + sh builds_win32/original/build_no.ksh echo "- Setting up the superserver directory structure" echo "" *************** *** 278,282 **** echo " The installation target directory:" echo " `pwd`/interbase" ! echo " Already exits press return to delete this directory or ^C to abort." echo "*** Warning *** " echo "" --- 295,299 ---- echo " The installation target directory:" echo " `pwd`/interbase" ! echo " already exists, press return to delete this directory or ^C to abort." echo "*** Warning *** " echo "" Index: setup_dirs.ksh =================================================================== RCS file: /cvsroot/firebird/interbase/setup_dirs.ksh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** setup_dirs.ksh 2000/08/21 21:04:42 1.2 --- setup_dirs.ksh 2000/12/08 16:18:20 1.3 *************** *** 16,19 **** --- 16,34 ---- # Contributor(s): # Reed Mideke <rf...@cr...> + # $Log$ + # Revision 1.3 2000/12/08 16:18:20 fsg + # Preliminary changes to get IB_BUILD_NO automatically + # increased on commits. + # + # setup_dirs will create 'jrd/build_no.h' by a call to + # a slightly modified 'builds_win32/original/build_no.ksh' + # that gets IB_BUILD_NO from 'this_build', that hopefully + # will be increased automatically in the near future :-) + # + # I have changed 'jrd/iblicense.h' to use IB_BUILD_TYPE + # from 'jrd/build_no.h'. + # So all changes to version numbers, build types etc. can + # now be done in 'builds_win32/original/build_no.ksh'. + # # ______________________________________. *************** *** 64,67 **** --- 79,85 ---- mkdir interbase/examples/v5 mkdir interbase/help + + echo "Creating jrd/build_no.h" + ./builds_win32/original/build_no.ksh ./setup_build.ksh $1 |