Tidy up xified C compiler to use relative paths and not fake out explicit paths
authorNick Downing <downing.nick@gmail.com>
Mon, 23 Jan 2017 10:26:13 +0000 (21:26 +1100)
committerNick Downing <downing.nick@gmail.com>
Mon, 23 Jan 2017 10:47:31 +0000 (21:47 +1100)
commit636bb9f16d9720e7a6b4fd2e821f48fad372e1e3
tree3c0b5faaffdfc3ebb371a7a990a10b12d36951f3
parent31bec81ebbc52a13fb680fc1841e7a4b0ca8e57f
Tidy up xified C compiler to use relative paths and not fake out explicit paths
34 files changed:
.gitignore
lib/libc/compat-4.1/Makefile
lib/libc/compat-sys5/Makefile
lib/libc/gen/Makefile
lib/libc/inet/Makefile
lib/libc/linux/csu/Makefile
lib/libc/linux/gen/Makefile
lib/libc/linux/sys/Makefile
lib/libc/net/Makefile
lib/libc/net/hosttable/Makefile
lib/libc/net/named/Makefile
lib/libc/ns/Makefile
lib/libc/stdio/Makefile
lib/libc/sys/Makefile
lib/libc/vax/compat-4.1/Makefile
lib/libc/vax/csu/Makefile
lib/libc/vax/gen/Makefile
lib/libc/vax/net/Makefile
lib/libc/vax/stdio/Makefile
lib/libc/vax/sys/Makefile
n.sh
scripts/Makefile [new file with mode: 0644]
scripts/errfunc.sh [moved from xify/errfunc.sh with 100% similarity]
scripts/newline.c [moved from xify/newline.c with 100% similarity]
scripts/nocomment.c [moved from xify/nocomment.c with 100% similarity]
scripts/nonvoid.sh [moved from xify/nonvoid.sh with 100% similarity]
scripts/noproto.sh [moved from xify/noproto.sh with 100% similarity]
scripts/nostring.c [moved from xify/nostring.c with 100% similarity]
test/Makefile
xify/Makefile
xify/cc.c
xify/ld.c
xify/xify.c [moved from xify/xifyfilt.c with 100% similarity]
xify/xify.sh [moved from xify/xify with 100% similarity]