From: Mark O. <sky...@us...> - 2001-04-14 02:15:35
|
Update of /cvsroot/firebird/interbase/firebird/skywalker/install In directory usw-pr-cvs1:/tmp/cvs-serv486 Modified Files: Makefile Log Message: Changes to install process for classic firebird. Index: Makefile =================================================================== RCS file: /cvsroot/firebird/interbase/firebird/skywalker/install/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Makefile 2000/12/29 20:06:34 1.3 --- Makefile 2001/04/14 02:15:33 1.4 *************** *** 28,34 **** LastSuperInstallFlg=.superinstallflg ! all: @echo "you need to make a choice here " ! @echo "make -f <makefile> target" @echo "" @echo "Firebird classic targets:" --- 28,34 ---- LastSuperInstallFlg=.superinstallflg ! install: @echo "you need to make a choice here " ! @echo "make target" @echo "" @echo "Firebird classic targets:" *************** *** 44,48 **** @echo "superrpmfile - build redhat rpm install file" @echo "" ! all2: CSrpmscript SSrpmscript csinstall ssinstall --- 44,48 ---- @echo "superrpmfile - build redhat rpm install file" @echo "" ! all2: CSrpmscript SSrpmscript csinstall ssinstall |