# HG changeset patch # User boisy # Date 1050327373 0 # Node ID 1e136c413e58649ba1e01cc4a3530043f697b15e # Parent c847e6ee341d017929a9fe2898f997df0508e27f Removed CHMODs from Makefiles diff -r c847e6ee341d -r 1e136c413e58 level1/TODO --- a/level1/TODO Mon Apr 14 02:58:44 2003 +0000 +++ b/level1/TODO Mon Apr 14 13:36:13 2003 +0000 @@ -0,0 +1,1 @@ +- Modify KBVDIO to be a CCIO type subroutine module that interfaces with CCIO diff -r c847e6ee341d -r 1e136c413e58 level2/coco3/bootfiles/makefile.cust --- a/level2/coco3/bootfiles/makefile.cust Mon Apr 14 02:58:44 2003 +0000 +++ b/level2/coco3/bootfiles/makefile.cust Mon Apr 14 13:36:13 2003 +0000 @@ -104,7 +104,6 @@ ALLOBJS = $(BOOTFILES) $(KERNELS) all: $(ALLOBJS) - $(CHMOD) 600 $(ALLOBJS) bootfile_1773: $(BOOTFILE_1773) $(DEPENDS) $(MERGE) $(BOOTFILE_1773)>$@ diff -r c847e6ee341d -r 1e136c413e58 level2/coco3_6309/bootfiles/makefile.cust --- a/level2/coco3_6309/bootfiles/makefile.cust Mon Apr 14 02:58:44 2003 +0000 +++ b/level2/coco3_6309/bootfiles/makefile.cust Mon Apr 14 13:36:13 2003 +0000 @@ -104,7 +104,6 @@ ALLOBJS = $(BOOTFILES) $(KERNELS) all: $(ALLOBJS) - $(CHMOD) 600 $(ALLOBJS) bootfile_1773: $(BOOTFILE_1773) $(DEPENDS) $(MERGE) $(BOOTFILE_1773)>$@ diff -r c847e6ee341d -r 1e136c413e58 rules.mak --- a/rules.mak Mon Apr 14 02:58:44 2003 +0000 +++ b/rules.mak Mon Apr 14 13:36:13 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 = $(HOME)/coco/os9 +BASEDIR = $(HOME)/os9 OS9TOOLSDIR = /usr/local/bin DEFDIR = $(BASEDIR)/defs DSKDIR = $(BASEDIR)/dsks