Date: Tue, 20 Jan 2009 17:15:12 +0000 (UTC) From: Roman Divacky <rdivacky@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/make Makefile buf.c suff.c Message-ID: <200901201715.n0KHFPVB016788@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rdivacky 2009-01-20 17:15:12 UTC FreeBSD src repository Modified files: usr.bin/make Makefile buf.c suff.c Log: SVN rev 187475 on 2009-01-20 17:15:12Z by rdivacky Remove inlining of functions that are used mostly in different object files. This gets rid of gnu89 style inlining. Also silence gcc by assigning two variables NULL. This lets use to remove NO_WERROR. Approved by: kib (mentor) Approved by: harti Revision Changes Path 1.67 +0 -1 src/usr.bin/make/Makefile 1.37 +3 -3 src/usr.bin/make/buf.c 1.66 +1 -0 src/usr.bin/make/suff.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901201715.n0KHFPVB016788>