From: Frank Schlottmann-G. <fs...@us...> - 2000-09-30 12:04:00
|
Update of /cvsroot/firebird/interbase/builds/original In directory slayer.i.sourceforge.net:/tmp/cvs-serv19218/interbase/builds/original Modified Files: add_template build_kit mpm_template mpp_template put_template sfx.interbase Log Message: Added some changes from the inprise tree Index: add_template =================================================================== RCS file: /cvsroot/firebird/interbase/builds/original/add_template,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** add_template 2000/08/03 20:42:40 1.1.1.1 --- add_template 2000/09/30 12:03:55 1.2 *************** *** 19,24 **** umask 002 TARGET=source/$2/$1 ! runas builder cp $1 $TARGET ! runas builder chmod 644 $TARGET umask $UMASK --- 19,26 ---- umask 002 TARGET=source/$2/$1 ! #removed runas builder according to inprise tree ! #FSG 093000 ! cp $1 $TARGET ! chmod 644 $TARGET umask $UMASK Index: build_kit =================================================================== RCS file: /cvsroot/firebird/interbase/builds/original/build_kit,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** build_kit 2000/08/11 14:33:56 1.2 --- build_kit 2000/09/30 12:03:56 1.3 *************** *** 89,93 **** STATUS=$? ! rasu ./unset_prot builder if [ $STATUS = 0 ]; then --- 89,96 ---- STATUS=$? ! #removed rasu ./unset_prot builder according to inprise tree ! # and to get rid of this annoying rasu not found message ! #FSG 093000 ! if [ $STATUS = 0 ]; then Index: mpm_template =================================================================== RCS file: /cvsroot/firebird/interbase/builds/original/mpm_template,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** mpm_template 2000/08/03 20:42:44 1.1.1.1 --- mpm_template 2000/09/30 12:03:56 1.2 *************** *** 19,24 **** umask 002 HERE=`pwd` cd source/$1 ! runas builder make cd $HERE umask $UMASK --- 19,26 ---- umask 002 HERE=`pwd` + #removed runas builder according to inprise tree + #FSG 093000 cd source/$1 ! make cd $HERE umask $UMASK Index: mpp_template =================================================================== RCS file: /cvsroot/firebird/interbase/builds/original/mpp_template,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** mpp_template 2000/08/03 20:42:44 1.1.1.1 --- mpp_template 2000/09/30 12:03:56 1.2 *************** *** 19,24 **** umask 002 TARGET=source/$2/$1 ! runas builder mv $TARGET $TARGET.bak ! runas builder cp $1 $TARGET ! runas builder chmod 644 $TARGET umask $UMASK --- 19,27 ---- umask 002 TARGET=source/$2/$1 ! #removed runas builder according to inprise tree ! #FSG 093000 ! ! mv $TARGET $TARGET.bak ! cp $1 $TARGET ! chmod 644 $TARGET umask $UMASK Index: put_template =================================================================== RCS file: /cvsroot/firebird/interbase/builds/original/put_template,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** put_template 2000/08/03 20:42:48 1.1.1.1 --- put_template 2000/09/30 12:03:56 1.2 *************** *** 19,28 **** umask 002 TARGET=source/$2/$1 ! runas builder mv $TARGET $TARGET.bak ! runas builder cp $1 $TARGET ! runas builder chmod 644 $TARGET HERE=`pwd` cd source/$2 ! runas builder make cd $HERE umask $UMASK --- 19,30 ---- umask 002 TARGET=source/$2/$1 ! #removed runas builder according to inprise tree ! #FSG 093000 ! mv $TARGET $TARGET.bak ! cp $1 $TARGET ! chmod 644 $TARGET HERE=`pwd` cd source/$2 ! make cd $HERE umask $UMASK Index: sfx.interbase =================================================================== RCS file: /cvsroot/firebird/interbase/builds/original/sfx.interbase,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** sfx.interbase 2000/08/16 23:30:37 1.5 --- sfx.interbase 2000/09/30 12:03:56 1.6 *************** *** 36,41 **** # removed examples 03-Aug-00 TMC #interbase: run_codes gds.h includes executables examples help msgs msgs_intl extlib - interbase: run_codes gds.h includes executables help msgs msgs_intl extlib # Run the codes program, thus generating codes.h, iberror.h, etc # compare and copy the file only if the files are different --- 36,44 ---- # removed examples 03-Aug-00 TMC #interbase: run_codes gds.h includes executables examples help msgs msgs_intl extlib + #added completed according to inprise tree + #FSG 093000 + interbase: run_codes gds.h includes executables help msgs msgs_intl extlib completed + # Run the codes program, thus generating codes.h, iberror.h, etc # compare and copy the file only if the files are different *************** *** 54,57 **** --- 57,66 ---- super_targets: s_run_codes s_alice s_burp s_dba s_security_c super_client super_server super_utils + + + #added completed according to inprise tree + #FSG 093000 + completed: force + $(QUIET_ECHO) "Build succeeded!" alice gfix: gpre force |