8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

Fix some simple void main() declarations, and the clean directive

This commit is contained in:
skywalker 2001-08-15 05:37:55 +00:00
parent d8dd574545
commit 8e64159e86
5 changed files with 12 additions and 9 deletions

View File

@ -85,9 +85,9 @@ checkInstallUser
# Ok, here we are installing from a CVS tree
if [ -e firebird ]
if [ -e gen ]
then
ScriptsSrcDir=./src/install/linux
ScriptsSrcDir=./src/install/
( $ScriptsSrcDir/classic/CSpreinstall.sh )
@ -101,13 +101,13 @@ fi
if [ -e scripts ]
then
echo "Extracting install data"
runAndCheckExit "tar -xzf interbase.tar.gz"
runAndCheckExit "tar -xzf firebird.tar.gz"
(./scripts/CSpreinstall.sh)
(./scripts/CSinstall.sh)
(./scripts/CSpostinstall.sh)
rm -rf interbase
rm -rf firebird
fi
echo "Install completed"

View File

@ -26,7 +26,7 @@
# Contributor(s):
#
#
# $Id: Makefile.in.firebird,v 1.5 2001-08-13 08:14:38 skywalker Exp $
# $Id: Makefile.in.firebird,v 1.6 2001-08-15 05:37:55 skywalker Exp $
#
ROOT=..
@ -379,7 +379,7 @@ builddist:
#___________________________________________________________________________
# This one needs some more work.
clean: clean_objs clean_libs clean_exes clean_dbs
clean: clean_objs clean_libs clean_exes clean_dbs clean_build
clean_objs:
-echo $(GDSLIB_Objects) | xargs rm -f
@ -402,6 +402,9 @@ clean_dbs:
-rm */*\.gdb
-rm */*\.lnk
clean_build:
-rm -rf $(GEN_ROOT)/firebird
# rm -f $(GDSLIB_OBJECTS) $(GDSLIB_PHASE3_OBJECTS)

View File

@ -51,7 +51,7 @@ static SSHORT mustget(SCHAR *);
static int translate(SCHAR *, SCHAR *, SSHORT);
void main( int argc, char **argv)
int main( int argc, char **argv)
{
/**************************************
*

View File

@ -56,7 +56,7 @@ static int get_symbol( UCHAR *);
#define UPPER_Z 'Z'
void main( int argc, char **argv)
int main( int argc, char **argv)
{
/**************************************
*

View File

@ -33,7 +33,7 @@ DATABASE DB = "msg.gdb";
static int explicit_print(TEXT *);
void main( int argc, char **argv)
int main( int argc, char **argv)
{
/**************************************
*