head     38.4;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


38.4
date     92.09.24.11.18.21;  author mks;  state Exp;
branches ;
next     38.3;

38.3
date     92.07.28.16.27.39;  author mks;  state Exp;
branches ;
next     38.2;

38.2
date     91.08.20.15.06.50;  author mks;  state Exp;
branches ;
next     38.1;

38.1
date     91.07.24.08.20.50;  author mks;  state Exp;
branches ;
next     ;


desc
@The A3640 software install script
@


38.4
log
@Added ShowConfig to the install process
@
text
@.bra {
.ket }
Echo "Installing 68040 support software..."

Version >NIL: SYS:C/CPU 38
IF WARN
	Copy C/CPU SYS:C/CPU
	Echo "Installed new CPU command: " NOLINE
	Version SYS:C/CPU
ENDIF

Version >NIL: SYS:C/SetPatch 38
IF WARN
	Copy C/SetPatch SYS:C/SetPatch
	Echo "Installed new SetPatch command: " NOLINE
	Version SYS:C/SetPatch
ENDIF

Version >NIL: SYS:Tools/ShowConfig 38
IF WARN
	Copy Tools/ShowConfig SYS:Tools/ShowConfig
	Echo "Installed new ShowConfig command: " NOLINE
	Version SYS:Tools/ShowConfig
ENDIF

Copy LIBS/68040.library SYS:LIBS/68040.library
Echo "Installed new 68040.library"

Copy Utilities/CPUSpeed SYS:Utilities/CPUSpeed
Copy Utilities/CPUSpeed.info SYS:Utilities/CPUSpeed.info
Echo "Installed new CPUSpeed: " NOLINE
Version SYS:Utilities/CPUSpeed

Echo "*NDone!"
@


38.3
log
@Updated the Install script
@
text
@d18 6
@


38.2
log
@Changed to remove the installation of the reboot routine.
@
text
@d19 1
a19 1
Copy LIBS/68040.library LIBS:68040.library
@


38.1
log
@Initial release
@
text
@d5 1
a5 1
Version >NIL: C:CPU 38
d7 1
a7 1
	Copy C/CPU C:CPU
d9 1
a9 1
	Version C:CPU
d12 1
a12 1
Version >NIL: C:SetPatch 38
d14 1
a14 1
	Copy C/SetPatch C:SetPatch
d16 1
a16 1
	Version C:SetPatch
d19 2
a20 4
Copy Utilities/Boot_No_040 SYS:Utilities/Boot_No_040
Copy Utilities/Boot_No_040.info SYS:Utilities/Boot_No_040.info
Echo "Installed new Boot_No_040 utility: " NOLINE
Version SYS:Utilities/Boot_No_040
a26 2
Copy LIBS/68040.library LIBS:68040.library
Echo "Installed new 68040.library"
@
