# HG changeset patch # User Tormod Volden # Date 1389470213 -3600 # Node ID bd215b95cd59c17120072d8c8159d311e57f62d1 # Parent 62c91ac49d72d0cac26cbd0e91f3e3388bffd08c Makefiles: Do not set PORT since port.mak does it diff -r 62c91ac49d72 -r bd215b95cd59 level1/coco2b/makefile --- a/level1/coco2b/makefile Sat Jan 11 20:56:53 2014 +0100 +++ b/level1/coco2b/makefile Sat Jan 11 20:56:53 2014 +0100 @@ -1,2 +1,1 @@ -PORT=coco2b include ../coco1/makefile diff -r 62c91ac49d72 -r bd215b95cd59 level1/dalpha/makefile --- a/level1/dalpha/makefile Sat Jan 11 20:56:53 2014 +0100 +++ b/level1/dalpha/makefile Sat Jan 11 20:56:53 2014 +0100 @@ -29,8 +29,7 @@ # Updated to use new build system, for multiple supported platforms. # -PORT = dalpha -include $(NITROS9DIR)/rules.mak +include port.mak CPU = 6809 LEVEL = 1 diff -r 62c91ac49d72 -r bd215b95cd59 level1/tano/makefile --- a/level1/tano/makefile Sat Jan 11 20:56:53 2014 +0100 +++ b/level1/tano/makefile Sat Jan 11 20:56:53 2014 +0100 @@ -1,2 +1,1 @@ -PORT=tano include ../d64/makefile