annotate level2/coco3/cmds/makefile @ 2769:863cf7feafa6

Robert Gault found a problem related to MinGW not building the level2/coco3_6309/cmds/makefile correctly. Changed the way the makefile does its include from level2/coco3/cmds/makefile_common as well as updated level2/coco3/cmds/makefile to use the same include line.
author drencor-xeen
date Fri, 18 Jan 2013 21:52:41 -0600
parents 51a38eaee97a
children 1addfd8c9d5f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2767
51a38eaee97a Thanks to Bill P for finding that wrong sys lib was being used in the level2/coco3/cmds/makefile
drencor-xeen
parents: 2758
diff changeset
1 ifndef NITROS9DIR
2758
e4a0f58a5f9b Found that people who do not have the envirornment variable NITROS9DIR set before building the project get a error missing file "/rules.mak". Found this is caused do to the fact that the code to set this envirornment variable is in the rules.mak which can't get loaded.
drencor-xeen
parents: 2483
diff changeset
2 NITROS9DIR = $(HOME)/nitros9
e4a0f58a5f9b Found that people who do not have the envirornment variable NITROS9DIR set before building the project get a error missing file "/rules.mak". Found this is caused do to the fact that the code to set this envirornment variable is in the rules.mak which can't get loaded.
drencor-xeen
parents: 2483
diff changeset
3 endif
2048
boisy
parents:
diff changeset
4 include $(NITROS9DIR)/rules.mak
2769
863cf7feafa6 Robert Gault found a problem related to MinGW not building the level2/coco3_6309/cmds/makefile correctly. Changed the way the makefile does its include from level2/coco3/cmds/makefile_common as well as updated level2/coco3/cmds/makefile to use the same include line.
drencor-xeen
parents: 2767
diff changeset
5 include $(CC368L2)/cmds/makefile_common
2767
51a38eaee97a Thanks to Bill P for finding that wrong sys lib was being used in the level2/coco3/cmds/makefile
drencor-xeen
parents: 2758
diff changeset
6 LFLAGS += -l=$(NITROS9DIR)/lib/sys6809l2.l