Mercurial > hg > Members > kono > nitros9-code
comparison level1/coco/defs/makefile @ 2890:1addfd8c9d5f
Revert e4a0f58a5f9b (set NITROS9DIR in makefiles)
This was not done in lwtools-port and makes it more
difficult to compare the trees. Therefore revert it
for now. I will reapply or do it in another way
later.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 24 Nov 2013 23:13:46 +0100 |
parents | e4a0f58a5f9b |
children |
comparison
equal
deleted
inserted
replaced
2889:0edac6dc70ed | 2890:1addfd8c9d5f |
---|---|
1 PORT = coco | 1 PORT = coco |
2 ifndef NITROS9DIR | |
3 NITROS9DIR = $(HOME)/nitros9 | |
4 endif | |
5 include $(NITROS9DIR)/rules.mak | 2 include $(NITROS9DIR)/rules.mak |
6 | 3 |
7 DEPENDS = ./makefile | 4 DEPENDS = ./makefile |
8 | 5 |
9 DEFOPTS = -ls -x -z -aLevel=1 | 6 DEFOPTS = -ls -x -z -aLevel=1 |