From owner-freebsd-current Tue Apr 2 16:48:12 2002 Delivered-To: freebsd-current@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id AFB0137B41C for ; Tue, 2 Apr 2002 16:48:05 -0800 (PST) Received: from peter3.wemm.org ([12.232.27.13]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020403004802.RAHM22231.rwcrmhc52.attbi.com@peter3.wemm.org> for ; Wed, 3 Apr 2002 00:48:02 +0000 Received: from overcee.wemm.org (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id g330m2x32391 for ; Tue, 2 Apr 2002 16:48:02 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (Postfix) with ESMTP id E734E390B; Tue, 2 Apr 2002 16:48:01 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Alexander Leidinger Cc: current@FreeBSD.ORG Subject: Re: kern.pre.mk, bug or intended? In-Reply-To: <200204021633.g32GX94D025300@Magelan.Leidinger.net> Date: Tue, 02 Apr 2002 16:48:01 -0800 From: Peter Wemm Message-Id: <20020403004801.E734E390B@overcee.wemm.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Alexander Leidinger wrote: > Hi, > > kern.pre.mk contains > NORMAL_C= ${CC} -c ${CFLAGS} ${WERROR} ${PROF} ${.IMPSRC} > PROFILE_C= ${CC} -c ${CFLAGS} ${WERROR} ${.IMPSRC} > NORMAL_C_NOWERROR= ${CC} -c ${CFLAGS} ${PROF} ${.IMPSRC} > shouldn't this be > NORMAL_C= ${CC} -c ${CFLAGS} ${WERROR} ${.IMPSRC} > PROFILE_C= ${CC} -c ${CFLAGS} ${PROF} ${WERROR} ${.IMPSRC} > NORMAL_C_NOWERROR= ${CC} -c ${CFLAGS} ${.IMPSRC} > ? nope. PROFILE_C is for compiling the profiling support code itself. If it was compiled with ${PROF} then it would be generated with recursive calls to itself. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message