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:
b770132
)
Makefile - Possible fix for travis CI compile error
author
John Hodge
<
[email protected]
>
Thu, 14 Feb 2013 05:24:25 +0000
(13:24 +0800)
committer
John Hodge
<
[email protected]
>
Thu, 14 Feb 2013 05:24:25 +0000
(13:24 +0800)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
8409f6e
..
ce0172c
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-60,8
+60,8
@@
install: install-Filesystem SyscallList $(INSTALL_USRLIBS) $(INSTALL_USRAPPS) $(
utest: $(USRLIBS:%=utest-%)
$(USRLIBS:%=utest-%): utest-%:
- @$(SUBMAKE) -C Usermode/Libraries/$*_src generate_exp
- @$(SUBMAKE) -C Usermode/Libraries/$*_src utest -k
+ @
CC=$(NCC)
$(SUBMAKE) -C Usermode/Libraries/$*_src generate_exp
+ @
CC=$(NCC)
$(SUBMAKE) -C Usermode/Libraries/$*_src utest -k
mtest:
;
UCC
git Repository :: git.ucc.asn.au