Buildsystem changes for GCC

-Makefile updates
-Update mkdep
-Build fixes/warning cleanups for some programs
-Restore leading underscores on global syms in kernel asm files
-Increase ramdisk size
This commit is contained in:
Arun Thomas
2010-05-19 13:24:15 +00:00
parent bcdaf033b5
commit b0159ad168
40 changed files with 419 additions and 354 deletions

View File

@@ -2,7 +2,7 @@
PROG= patch
SRCS= patch.c pch.c inp.c util.c version.c
CPPFLAGS+= -DVOIDSIG -wo -DSMALL
CPPFLAGS+= -DVOIDSIG -DSMALL
MAN=
.include <minix.prog.mk>