changeset 1129:c847e6ee341d

Removed CHMODs now that os9 attrs are in place
author boisy
date Mon, 14 Apr 2003 02:58:44 +0000
parents be44f1d43a07
children 1e136c413e58
files 3rdparty/p2mods/makefile 3rdparty/packages/basic09/makefile 3rdparty/packages/cc/makefile 3rdparty/packages/fsim2/makefile 3rdparty/packages/koronis/makefile 3rdparty/packages/kyumgai/makefile 3rdparty/packages/mm/makefile 3rdparty/packages/multivue/cmds_6309/makefile 3rdparty/packages/multivue/cmds_6809/makefile 3rdparty/packages/multivue/sys/makefile 3rdparty/packages/rof/makefile 3rdparty/packages/sierra/kingsquest3/makefile 3rdparty/packages/sierra/leisuresuitlarry/makefile 3rdparty/packages/subsim/makefile 3rdparty/subrtns/makefile level1/cmds/makefile level1/makefile level1/modules/makefile level1/sys/makefile level2/cmds/makefile level2/coco3/bootfiles/makefile level2/coco3/bootfiles/makefile.cust level2/coco3_6309/bootfiles/makefile level2/coco3_6309/bootfiles/makefile.cust level2/defs/makefile level2/makefile level2/modules/makefile level2/sys/makefile rules.mak
diffstat 29 files changed, 5 insertions(+), 29 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/p2mods/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/3rdparty/p2mods/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -10,7 +10,6 @@
 	@$(ECHO) "*         3rd Party System Modules          *"
 	@$(ECHO) "*                                           *"
 	@$(ECHO) "*********************************************"
-	$(CHMOD) 755 $(CMDS)
 
 clean:
 	$(RM) $(ALLOBJS)
--- a/3rdparty/packages/basic09/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/3rdparty/packages/basic09/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -16,7 +16,6 @@
 ALLOBJS		= $(OBJS) $(OBJS6809) $(OBJS6309)
 
 all:	$(ALLOBJS) $(DEPENDS)
-	$(CHMOD) 755 $(ALLOBJS)
 
 basic09_6309: basic09.asm
 	$(AS) $(ASOUT)$@ $< $(H6309)
--- a/3rdparty/packages/cc/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/3rdparty/packages/cc/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -12,7 +12,6 @@
 	@$(ECHO) "*                 C Compiler                *"
 	@$(ECHO) "*                                           *"
 	@$(ECHO) "*********************************************"
-	$(CHMOD) 755 $(CMDS)
 
 # Clean all components
 clean:	dskclean
--- a/3rdparty/packages/fsim2/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/3rdparty/packages/fsim2/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -22,7 +22,6 @@
 ALLOBJS		= $(CMDS)
 
 all:	$(ALLOBJS)
-	$(CHMOD) 755 $(CMDS)
 
 clean:	dskclean
 	$(RM) $(ALLOBJS)
--- a/3rdparty/packages/koronis/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/3rdparty/packages/koronis/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -25,7 +25,6 @@
 ALLOBJS		= $(CMDS)
 
 all:	$(ALLOBJS)
-	$(CHMOD) 755 $(CMDS)
 
 clean:	dskclean
 	$(RM) $(ALLOBJS)
--- a/3rdparty/packages/kyumgai/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/3rdparty/packages/kyumgai/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -27,7 +27,6 @@
 ALLOBJS		= $(CMDS)
 
 all:	$(ALLOBJS)
-	$(CHMOD) 755 $(CMDS)
 
 clean:	dskclean
 	$(RM) $(ALLOBJS)
--- a/3rdparty/packages/mm/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/3rdparty/packages/mm/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -22,7 +22,6 @@
 ALLOBJS		= $(CMDS)
 
 all:	$(ALLOBJS)
-	$(CHMOD) 755 $(CMDS)
 
 clean:	dskclean
 	$(RM) $(ALLOBJS)
--- a/3rdparty/packages/multivue/cmds_6309/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/3rdparty/packages/multivue/cmds_6309/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -10,7 +10,6 @@
 
 all:	$(ALLOBJS)
 	$(CD) ICONS; make
-	$(CHMOD) 755 $(ALLOBJS)
 
 gshell_6309: gshell.asm
 	$(AS) $(ASOUT)$@ $< $(H6309)
--- a/3rdparty/packages/multivue/cmds_6809/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/3rdparty/packages/multivue/cmds_6809/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -10,7 +10,6 @@
 
 all:	$(ALLOBJS)
 	$(CD) ICONS; make
-	$(CHMOD) 755 $(ALLOBJS)
 
 gshell_6309: gshell.asm
 	$(AS) $(ASOUT)$@ $< $(H6309)
--- a/3rdparty/packages/multivue/sys/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/3rdparty/packages/multivue/sys/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -15,7 +15,6 @@
 ALLOBJS		= $(BINFILES) $(TEXTFILES)
 
 all:	$(ALLOBJS) $(DEPENDS)
-	$(CHMOD) 644 $(ALLOBJS)
 
 $(HELPMSG): $(HELPFILES)
 	$(MERGE) $(HELPFILES) > $@
--- a/3rdparty/packages/rof/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/3rdparty/packages/rof/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -21,7 +21,6 @@
 ALLOBJS		= $(CMDS)
 
 all:	$(ALLOBJS)
-	$(CHMOD) 755 $(CMDS)
 
 clean:	dskclean
 	$(RM) $(ALLOBJS)
--- a/3rdparty/packages/sierra/kingsquest3/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/3rdparty/packages/sierra/kingsquest3/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -38,7 +38,6 @@
 TEXTFILES	= tOC.txt Startup
 
 all:	$(ALLOBJS)
-	$(CHMOD) 755 $(CMDS)
 
 clean:	dskclean
 	$(RM) $(ALLOBJS)
--- a/3rdparty/packages/sierra/leisuresuitlarry/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/3rdparty/packages/sierra/leisuresuitlarry/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -23,7 +23,6 @@
 ALLOBJS		= $(CMDS)
 
 all:	$(ALLOBJS)
-	$(CHMOD) 755 $(CMDS)
 
 clean:	dskclean
 	$(RM) $(ALLOBJS)
--- a/3rdparty/packages/subsim/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/3rdparty/packages/subsim/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -23,7 +23,6 @@
 ALLOBJS		= $(CMDS)
 
 all:	$(ALLOBJS)
-	$(CHMOD) 755 $(CMDS)
 
 clean:	dskclean
 	$(RM) $(ALLOBJS)
--- a/3rdparty/subrtns/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/3rdparty/subrtns/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -13,7 +13,6 @@
 	@$(ECHO) "*                                           *"
 	@$(ECHO) "*********************************************"
  
-
 clean:
 	$(RM) $(ALLOBJS)
 
--- a/level1/cmds/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/level1/cmds/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -14,7 +14,6 @@
 ALLOBJS		= $(COCOCMDS) $(DRAGONCMDS)
 
 all:	$(ALLOBJS)
-	$(CHMOD) 755 $(ALLOBJS)
 
 pwd:	pd.asm
 	$(AS) $(AFLAGS) $< $(ASOUT)$@ -aPWD=1
--- a/level1/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/level1/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -26,7 +26,6 @@
 	$(CD) DEFS; make
 	$(CD) SYS; make
 	$(CD) BOOTFILES; make
-	$(CHMOD) 644 $(ROOTFILES)
 
 # Clean all components
 clean:	dskclean
--- a/level1/modules/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/level1/modules/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -37,8 +37,6 @@
 		$(DRIVERS) $(IOSUBS) $(DESCS)
 
 all:	$(ALLOBJS) $(HELP)
-	$(CHMOD) 755 $(ALLOBJS)
-	$(CHMOD) 644 $(HELP)
 
 # Special cases here
 SSDD35		= -aCyls=35 -aSides=1 -aSectTrk=18 -aSectTrk0=18 \
--- a/level1/sys/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/level1/sys/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -17,7 +17,6 @@
 ALLOBJS		= $(SYSFILES) $(HELPMSG)
 
 all:	$(ALLOBJS)
-	$(CHMOD) 644 $(ALLOBJS)
 
 helpmsg: $(HELPFILES)
 	$(MERGE) $(HELPFILES) > $@
--- a/level2/cmds/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/level2/cmds/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -22,7 +22,6 @@
 
 # Files not compilable by os9asm: config
 all:	$(ALLOBJS) shell utilpak1 $(DEPENDS)
-	$(CHMOD) 755 $(ALLOBJS) shell utilpak1
 
 pwd:	pd.asm
 	$(AS) $(AFLAGS) $< $(ASOUT)$@ -aPWD=1
--- a/level2/coco3/bootfiles/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/level2/coco3/bootfiles/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -55,7 +55,6 @@
 ALLOBJS		= $(BOOTFILES) $(KERNELS)
 
 all:	$(ALLOBJS)
-	$(CHMOD) 600 $(ALLOBJS)
 
 # Bootfiles
 bootfile_vdg: $(BOOTFILE_VDG) $(DEPENDS)
--- a/level2/coco3/bootfiles/makefile.cust	Mon Apr 14 02:56:04 2003 +0000
+++ b/level2/coco3/bootfiles/makefile.cust	Mon Apr 14 02:58:44 2003 +0000
@@ -43,6 +43,8 @@
 		$(MD)/rbf.mn \
 		$(MD)/cc3disk.dr \
 		$(MD)/d0_40d.dd \
+		$(3PD)/ide/ccide_l2.dr \
+		$(3PD)/ide/h0_ide_l2.dd \
 		$(C9)/drivewire/drivewire_l2.dr \
 		$(C9)/drivewire/ddx0_l2.dd \
 		$(C9)/drivewire/x1_l2.dd \
--- a/level2/coco3_6309/bootfiles/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/level2/coco3_6309/bootfiles/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -55,7 +55,6 @@
 ALLOBJS		= $(BOOTFILES) $(KERNELS)
 
 all:	$(ALLOBJS)
-	$(CHMOD) 600 $(ALLOBJS)
 
 # Bootfiles
 bootfile_vdg: $(BOOTFILE_VDG) $(DEPENDS)
--- a/level2/coco3_6309/bootfiles/makefile.cust	Mon Apr 14 02:56:04 2003 +0000
+++ b/level2/coco3_6309/bootfiles/makefile.cust	Mon Apr 14 02:58:44 2003 +0000
@@ -43,6 +43,8 @@
 		$(MD)/rbf.mn \
 		$(MD)/cc3disk.dr \
 		$(MD)/d0_40d.dd \
+		$(3PD)/ide/ccide_l2.dr \
+		$(3PD)/ide/h0_ide_l2.dd \
 		$(C9)/drivewire/drivewire_l2.dr \
 		$(C9)/drivewire/ddx0_l2.dd \
 		$(C9)/drivewire/x1_l2.dd \
--- a/level2/defs/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/level2/defs/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -9,7 +9,6 @@
 ALLOBJS		= $(DEFS) $(PERMDEFS)
 
 all:	$(ALLOBJS)
-	$(CHMOD) 644 $(ALLOBJS)
 
 OS9Defs: $(DEFSDIR)/os9defs
 	$(AS) $(DEFOPTS) -aOS9DEFS=0 $< > $@
--- a/level2/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/level2/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -31,7 +31,6 @@
 	$(CD) DEFS; make
 	$(CD) SYS; make
 	$(CD) BOOTFILES; make
-	$(CHMOD) 644 $(ROOTFILES)
 
 # Clean all components
 clean: dskclean
--- a/level2/modules/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/level2/modules/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -52,8 +52,6 @@
 		$(DRIVERS) $(IOSUBS) $(DESCS) $(WINDESCS)
 
 all:	$(ALLOBJS)
-	$(CHMOD) 755 $(ALLOBJS)
-
 
 # Special cases here
 SSDD35		= -aCyls=35 -aSides=1 -aSectTrk=18 -aSectTrk0=18 \
--- a/level2/sys/makefile	Mon Apr 14 02:56:04 2003 +0000
+++ b/level2/sys/makefile	Mon Apr 14 02:58:44 2003 +0000
@@ -26,7 +26,6 @@
 ALLOBJS		= $(TEXTFILES) $(BINFILES)
 
 all:	$(ALLOBJS) $(DEPENDS)
-	$(CHMOD) 644 $(ALLOBJS)
 
 $(HELPMSG): $(L1HELPFILES)
 	$(MERGE) $(L1HELPFILES) $(L2HELPFILES) > $@
--- a/rules.mak	Mon Apr 14 02:56:04 2003 +0000
+++ b/rules.mak	Mon Apr 14 02:58:44 2003 +0000
@@ -2,7 +2,7 @@
 
 # These macros should change according to where the base directory of the
 # OS-9 source tree is located
-BASEDIR		= /c/os9
+BASEDIR		= $(HOME)/coco/os9
 OS9TOOLSDIR	= /usr/local/bin
 DEFDIR		= $(BASEDIR)/defs
 DSKDIR		= $(BASEDIR)/dsks