changeset 2905:bd215b95cd59

Makefiles: Do not set PORT since port.mak does it
author Tormod Volden <debian.tormod@gmail.com>
date Sat, 11 Jan 2014 20:56:53 +0100
parents 62c91ac49d72
children 67dfbd60d548
files level1/coco2b/makefile level1/dalpha/makefile level1/tano/makefile
diffstat 3 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
--- 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