Fix makefile in include and lib/libc to reflect recent changes (they have to be teste...
authorNick Downing <downing.nick@gmail.com>
Sun, 22 Jan 2017 11:29:51 +0000 (22:29 +1100)
committerNick Downing <downing.nick@gmail.com>
Mon, 23 Jan 2017 02:29:28 +0000 (13:29 +1100)
commitd6d410416dcbb2e501cc303dfcccf640408e4f7d
treeb00954a0cbc12ebb46e4b2ac783c21802ad15a72
parent7ad5bc76545bbea8b338315cab9622ac4ef6b73c
Fix makefile in include and lib/libc to reflect recent changes (they have to be tested), make build script n.sh (in root of repo) invoke the xified C compiler and linker using the PATH so makefile can use cc and ld not just ${CC} and ${LD}
20 files changed:
include/Makefile
lib/libc/Makefile
lib/libx_c/Makefile
lib/libx_c/compat-4.1/Makefile
lib/libx_c/compat-sys5/Makefile
lib/libx_c/gen/Makefile
lib/libx_c/inet/Makefile
lib/libx_c/linux/csu/Makefile
lib/libx_c/linux/gen/Makefile
lib/libx_c/linux/sys/Makefile
lib/libx_c/net/Makefile
lib/libx_c/net/hosttable/Makefile
lib/libx_c/net/named/Makefile
lib/libx_c/ns/Makefile
lib/libx_c/post.patch
lib/libx_c/stdio/Makefile
lib/libx_c/sys/Makefile
n.sh
xify/cc.c
xify/ld.c