From owner-cvs-src-old@FreeBSD.ORG Thu Jul 15 23:33:13 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9198C1065688 for ; Thu, 15 Jul 2010 23:33:13 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8085A8FC18 for ; Thu, 15 Jul 2010 23:33:13 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o6FNXDHw026105 for ; Thu, 15 Jul 2010 23:33:13 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o6FNXDKJ026104 for cvs-src-old@freebsd.org; Thu, 15 Jul 2010 23:33:13 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201007152333.o6FNXDKJ026104@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Thu, 15 Jul 2010 23:32:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kern.pre.mk kmod.mk X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2010 23:33:13 -0000 imp 2010-07-15 23:32:53 UTC FreeBSD src repository Modified files: sys/conf kern.pre.mk kmod.mk Log: SVN rev 210151 on 2010-07-15 23:32:53Z by imp Simple compatibility hacks for building on older systems where MACHINE_CPUARCH isn't defined. I believe that this will cover all options. I didn't define it in kern.mk because $M is set to MACHINE_CPUARCH and then is expanded for the genassym.o rule in kern.post.mk and kern.mk is included after this, so the expansion isn't quite right. I think this is a bug in make, but don't have the time to track it to ground (and even if I did, fixing it would require a MFC of the change to the very old systems we're targetting with this fix). Revision Changes Path 1.112 +4 -0 src/sys/conf/kern.pre.mk 1.235 +3 -0 src/sys/conf/kmod.mk