Mercurial > hg > Members > kono > nitros9-code
changeset 2039:fd6a34af179a
more changes
author | boisy |
---|---|
date | Sat, 22 Apr 2006 19:44:58 +0000 |
parents | e972ab779861 |
children | 25b468210b37 |
files | level1/cmds/makefile level1/coco/makefile |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/cmds/makefile Sat Apr 22 19:38:13 2006 +0000 +++ b/level1/cmds/makefile Sat Apr 22 19:44:58 2006 +0000 @@ -1,3 +1,4 @@ +PORT = include ../../rules.mak vpath %.asm $(3RDPARTY)/packages/basic09 @@ -73,4 +74,4 @@ @$(ECHO) $(DRAGON525CMDS) $(SUBS) showdragon525objs2: - @$(ECHO) $(DRAGON525CMDS2) $(SUBS) \ No newline at end of file + @$(ECHO) $(DRAGON525CMDS2) $(SUBS)
--- a/level1/coco/makefile Sat Apr 22 19:38:13 2006 +0000 +++ b/level1/coco/makefile Sat Apr 22 19:44:58 2006 +0000 @@ -1,3 +1,4 @@ +PORT = coco include $(NITROS9DIR)/rules.mak CPU = 6809 @@ -9,7 +10,7 @@ DISTRO = $(CPU)L$(LEVEL) DISTRONAME = nos9$(CPU)l$(LEVEL) -DISTROVER = $(DISTRONAME)$(NITROS9VER) +DISTROVER = $(DISTRONAME)$(NITROS9VER)$(PORT) BOOTFILE_COVDG = bootfiles/bootfile_covdg BOOTFILE_COHR = bootfiles/bootfile_cohr BOOTFILE_COVDG_DS80 = bootfiles/bootfile_covdg_ds80