changeset 494:c13f2b782baa

Added chmod for commands, install scripts now echo output
author boisy
date Wed, 09 Oct 2002 15:15:15 +0000
parents d05e9232c3a2
children 26d57ed79372
files 3rdparty/packages/basic09/ReadMe 3rdparty/packages/basic09/install6309 3rdparty/packages/basic09/install6809 3rdparty/packages/basic09/makefile
diffstat 4 files changed, 4 insertions(+), 46 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/packages/basic09/ReadMe	Wed Oct 09 15:09:52 2002 +0000
+++ b/3rdparty/packages/basic09/ReadMe	Wed Oct 09 15:15:15 2002 +0000
@@ -1,12 +1,1 @@
-INSTALLATION
-============
-The installation scripts assume that /DD/CMDS is the target directory.
-If this is not the case for your system, then edit the scripts accordingly.
-
-To install Basic09 for the 6809, type:
-
-	chd /d0; install6809
-
-For 6309 installation, type:
-
-	chd /d0; install6309
+INSTALLATION
============
The installation scripts assume that /DD/CMDS is the target directory.
If this is not the case for your system, then edit the scripts accordingly.

To install Basic09 for the 6809, type:

	chd /d0; install6809

For 6309 installation, type:

	chd /d0; install6309
\ No newline at end of file
--- a/3rdparty/packages/basic09/install6309	Wed Oct 09 15:09:52 2002 +0000
+++ b/3rdparty/packages/basic09/install6309	Wed Oct 09 15:15:15 2002 +0000
@@ -1,17 +1,1 @@
--x
-* Installs 6309 modules to /DD/CMDS
-*
-* Deleting old objects from /DD/CMDS, if any
-del /DD/CMDS/runb
-del /DD/CMDS/basic09
-del /DD/CMDS/gfx
-del /DD/CMDS/inkey
-del /DD/CMDS/syscall
-* Copying commands to /DD/CMDS
-copy CMDS/basic09_6309 /DD/CMDS/basic09
-copy CMDS/runb_6309 /DD/CMDS/runb
-copy CMDS/gfx /DD/CMDS/gfx
-copy CMDS/inkey /DD/CMDS/inkey
-copy CMDS/syscall_6309 /DD/CMDS/syscall
-* All Done!
-
+-x
t
* Installs 6309 modules to /DD/CMDS
*
* Deleting old objects from /DD/CMDS, if any
del /DD/CMDS/runb
del /DD/CMDS/basic09
del /DD/CMDS/gfx
del /DD/CMDS/inkey
del /DD/CMDS/syscall
* Copying commands to /DD/CMDS
copy CMDS/basic09_6309 /DD/CMDS/basic09
copy CMDS/runb_6309 /DD/CMDS/runb
copy CMDS/gfx /DD/CMDS/gfx
copy CMDS/inkey /DD/CMDS/inkey
copy CMDS/syscall_6309 /DD/CMDS/syscall
* All Done!
\ No newline at end of file
--- a/3rdparty/packages/basic09/install6809	Wed Oct 09 15:09:52 2002 +0000
+++ b/3rdparty/packages/basic09/install6809	Wed Oct 09 15:15:15 2002 +0000
@@ -1,17 +1,1 @@
--x
-* Installs 6809 modules to /DD/CMDS
-*
-* Deleting old objects from /DD/CMDS, if any
-del /DD/CMDS/runb
-del /DD/CMDS/basic09
-del /DD/CMDS/gfx
-del /DD/CMDS/inkey
-del /DD/CMDS/syscall
-* Copying commands to /DD/CMDS
-copy CMDS/basic09_6809 /DD/CMDS/basic09
-copy CMDS/runb_6809 /DD/CMDS/runb
-copy CMDS/gfx /DD/CMDS/gfx
-copy CMDS/inkey /DD/CMDS/inkey
-copy CMDS/syscall_6809 /DD/CMDS/syscall
-* All Done!
-
+-x
t
* Installs 6809 modules to /DD/CMDS
*
* Deleting old objects from /DD/CMDS, if any
del /DD/CMDS/runb
del /DD/CMDS/basic09
del /DD/CMDS/gfx
del /DD/CMDS/inkey
del /DD/CMDS/syscall
* Copying commands to /DD/CMDS
copy CMDS/basic09_6809 /DD/CMDS/basic09
copy CMDS/runb_6809 /DD/CMDS/runb
copy CMDS/gfx /DD/CMDS/gfx
copy CMDS/inkey /DD/CMDS/inkey
copy CMDS/syscall_6809 /DD/CMDS/syscall
* All Done!
\ No newline at end of file
--- a/3rdparty/packages/basic09/makefile	Wed Oct 09 15:09:52 2002 +0000
+++ b/3rdparty/packages/basic09/makefile	Wed Oct 09 15:15:15 2002 +0000
@@ -17,6 +17,7 @@
 
 all:	$(ALLOBJS) $(DEPENDS)
 	$(UNIX2OS9) $(TXTFILES)
+	$(CHMOD) 755 $(ALLOBJS)
 
 basic09_6309: basic09.asm
 	$(AS) $(ASOUT)$@ $< $(H6309)