Mercurial > hg > Members > kono > nitros9-code
changeset 1130:1e136c413e58
Removed CHMODs from Makefiles
author | boisy |
---|---|
date | Mon, 14 Apr 2003 13:36:13 +0000 |
parents | c847e6ee341d |
children | c0ec19adf137 |
files | level1/TODO level2/coco3/bootfiles/makefile.cust level2/coco3_6309/bootfiles/makefile.cust rules.mak |
diffstat | 4 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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)>$@
--- 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)>$@
--- 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