Date: Fri, 2 Nov 2001 13:34:20 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.alpha Makefile.i386 Makefile.ia64 Makefile.pc98 Makefile.powerpc Makefile.sparc64 kern.post.mk kern.pre.mk Message-ID: <200111022134.fA2LYKl52080@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2001/11/02 13:34:20 PST Modified files: sys/conf Makefile.alpha Makefile.i386 Makefile.ia64 Makefile.pc98 Makefile.powerpc Makefile.sparc64 Added files: sys/conf kern.post.mk kern.pre.mk Log: Factor the common parts of the Makefile.foo files. This introduces two new files: kern.pre.mk, which contains most of the definitions, and kern.post.mk, which contains most of the rules. I've tested this on i386 and pc98. I have had feedback on the sparc64 port, but no reports from anybody on alpha, ia64 or powerpc. I appologize in advance if I've broken you. Reviewed by: jake, jhb, arch@ Revision Changes Path 1.118 +2 -295 src/sys/conf/Makefile.alpha 1.250 +2 -303 src/sys/conf/Makefile.i386 1.43 +3 -295 src/sys/conf/Makefile.ia64 1.151 +3 -306 src/sys/conf/Makefile.pc98 1.256 +3 -302 src/sys/conf/Makefile.powerpc 1.10 +6 -290 src/sys/conf/Makefile.sparc64 1.1 +240 -0 src/sys/conf/kern.post.mk (new) 1.1 +84 -0 src/sys/conf/kern.pre.mk (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111022134.fA2LYKl52080>