X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=4ff95bd00b156051d8b9da372732c463a9523cf5;hb=91a13665236dfe9f0c053eb49d8ab60a6476f9ad;hp=8409f6ec34f0f61de87260dfa6359c24e168b9aa;hpb=b770132cdb8e79f27f3d429f24d94284dd6fe970;p=tpg%2Facess2.git diff --git a/Makefile b/Makefile index 8409f6ec..4ff95bd0 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ USRLIBS := crt0.o acess.ld ld-acess.so libc.so libposix.so USRLIBS += libreadline.so libnet.so liburi.so libpsocket.so USRLIBS += libimage_sif.so libunicode.so -USRAPPS := init login CLIShell cat ls mount +USRAPPS := init login CLIShell cat ls mount automounter USRAPPS += bomb lspci USRAPPS += ip dhcpclient ping telnet irc wget telnetd USRAPPS += axwin3 gui_ate gui_shell @@ -60,11 +60,12 @@ 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 +# TODO: Module tests using DiskTool and NetTest mtest: - ; + @echo > /dev/null SyscallList: include/syscalls.h include/syscalls.h: KernelLand/Kernel/Makefile KernelLand/Kernel/syscalls.lst