From owner-p4-projects Thu Feb 27 2:50:52 2003 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 44F4937B405; Thu, 27 Feb 2003 02:50:50 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E36D437B401 for ; Thu, 27 Feb 2003 02:50:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9143A43FA3 for ; Thu, 27 Feb 2003 02:50:49 -0800 (PST) (envelope-from jmallett@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1RAon0U069299 for ; Thu, 27 Feb 2003 02:50:49 -0800 (PST) (envelope-from jmallett@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1RAonOQ069294 for perforce@freebsd.org; Thu, 27 Feb 2003 02:50:49 -0800 (PST) Date: Thu, 27 Feb 2003 02:50:49 -0800 (PST) Message-Id: <200302271050.h1RAonOQ069294@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jmallett@freebsd.org using -f From: Juli Mallett Subject: PERFORCE change 26002 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=26002 Change 26002 by jmallett@jmallett_dalek on 2003/02/27 02:50:17 Only use a backwards kernel config dir for pc98, otherwise use things the "right way". Maybe this should be done by checking for which -directory- exists, but really I think not proliferating the backwards style is right. We use things arch-wise, PowerPC will very soon. Affected files ... .. //depot/projects/mips/Makefile.inc1#9 edit Differences ... ==== //depot/projects/mips/Makefile.inc1#9 (text+ko) ==== @@ -448,7 +448,11 @@ INSTKERNNAME?= kernel KRNLSRCDIR= ${.CURDIR}/sys +.if ${TARGET} == "pc98" KRNLCONFDIR= ${KRNLSRCDIR}/${TARGET}/conf +.else +KRNLCONFDIR= ${KRNLSRCDIR}/${TARGET_ARCH}/conf +.endif KRNLOBJDIR= ${OBJTREE}${KRNLSRCDIR} KERNCONFDIR?= ${KRNLCONFDIR} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message