Makefile - Possible fix for travis CI compile error
authorJohn Hodge <[email protected]>
Thu, 14 Feb 2013 05:24:25 +0000 (13:24 +0800)
committerJohn Hodge <[email protected]>
Thu, 14 Feb 2013 05:24:25 +0000 (13:24 +0800)
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