Updated build system to remove `install` from `all`
authorJohn Hodge <[email protected]>
Sun, 27 Dec 2009 02:38:40 +0000 (10:38 +0800)
committerJohn Hodge <[email protected]>
Sun, 27 Dec 2009 02:38:40 +0000 (10:38 +0800)
commitc7c5c4dbeb7b298675856eebb36084c92e989d98
tree0cbdf7f974b345304b53ceacedd5bf06cac97b57
parent287d527af97dc3346f50756910e67d63fa5507bd
Updated build system to remove `install` from `all`
- Also created a common makefile for Usermode/Applications to reduce make bugs
- Updated Inode_ClearCache to actually delete the cache correctly (thanks SmSpilaz)
18 files changed:
Kernel/Makefile
Kernel/Makefile.BuildNum
Kernel/vfs/nodecache.c
Makefile
Modules/Makefile.tpl
Usermode/Applications/CLIShell_src/Makefile
Usermode/Applications/Makefile.tpl [new file with mode: 0644]
Usermode/Applications/cat_src/Makefile
Usermode/Applications/ifconfig_src/Makefile
Usermode/Applications/init_src/Makefile
Usermode/Applications/login_src/Makefile
Usermode/Applications/ls_src/Makefile
Usermode/Applications/mount_src/Makefile
Usermode/Filesystem/Makefile
Usermode/Libraries/ld-acess.so_src/Makefile
Usermode/Libraries/libacess.so_src/Makefile
Usermode/Libraries/libc.so_src/Makefile
Usermode/Libraries/libgcc.so_src/Makefile

UCC git Repository :: git.ucc.asn.au