git.ucc.asn.au
/
tpg
/
acess2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45c91b8
)
Little fix to global makefile
author
John Hodge
<
[email protected]
>
Mon, 14 May 2012 06:56:29 +0000
(14:56 +0800)
committer
John Hodge
<
[email protected]
>
Mon, 14 May 2012 06:56:29 +0000
(14:56 +0800)
Makefile.cfg
patch
|
blob
|
history
diff --git
a/Makefile.cfg
b/Makefile.cfg
index
14d5065
..
53784d2
100644
(file)
--- a/
Makefile.cfg
+++ b/
Makefile.cfg
@@
-2,14
+2,14
@@
# Acess2 Build Configuration
#
+ACESSDIR := $(dir $(lastword $(MAKEFILE_LIST)))
+ACESSDIR := $(shell cd $(ACESSDIR) && pwd)
+
# Install destination configuration
-DISTROOT :=
a
:/Acess2
+DISTROOT :=
-i $(ACESSDIR)/Acess2.img :
:/Acess2
xCP := mcopy -D o
xMKDIR := mmd -D s
-ACESSDIR := $(dir $(lastword $(MAKEFILE_LIST)))
-ACESSDIR := $(shell cd $(ACESSDIR) && pwd)
-
-include $(ACESSDIR)/Makefile.Version.cfg
# Default build programs
UCC
git Repository :: git.ucc.asn.au