From owner-freebsd-current Thu Dec 17 01:17:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28360 for freebsd-current-outgoing; Thu, 17 Dec 1998 01:17:58 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28352 for ; Thu, 17 Dec 1998 01:17:55 -0800 (PST) (envelope-from netchild@wurzelausix.CS.Uni-SB.DE) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.9.1a/1998121400) with ESMTP id KAA19841; Thu, 17 Dec 1998 10:14:15 +0100 (CET) Received: from wurzelausix (quadratix.cs.uni-sb.de [134.96.222.2]) by cs.uni-sb.de (8.9.1a/1998121400) with ESMTP id KAA10095; Thu, 17 Dec 1998 10:14:10 +0100 (CET) Received: from wurzelausix.cs.uni-sb.de (IDENT:6G34X5tTmRrYVo7umbZ2W4K9e/1e7oj3@localhost [127.0.0.1]) by wurzelausix (8.9.1/wjp/19980821) with ESMTP id KAA10443; Thu, 17 Dec 1998 10:14:04 +0100 (CET) Message-Id: <199812170914.KAA10443@wurzelausix> Date: Thu, 17 Dec 1998 10:14:02 +0100 (CET) From: Alexander Leidinger Subject: Re: 'make clean' in /usr/src does not cleanup .o's or shared libs ? To: axl@iafrica.com cc: studded@dal.net, current@FreeBSD.ORG In-Reply-To: <11134.913882360@axl.noc.iafrica.com> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 17 Dec, Sheldon Hearn wrote: >> Now I have found the problem: mergemaster (script from ports/sysutils, >> revision 1.17) >> It creates /usr/src/sendmail/freebsd.cf. (Is the author listening?) > > No, it creates /usr/src/usr.sbin/sendmail/freebsd.cf . Strange, I have one in /usr/src/sendmail after using mergemaster (no freebsd.cf in usr.sbin/...). netchild@meta:/usr/src% find . -name freebsd.cf -print ./etc/sendmail/freebsd.cf > I would imagine that this is the offending action: > > (cd /usr/src/usr.sbin/sendmail/cf/cf && m4 ../m4/cf.m4 freebsd.mc) > freebsd.cf > chmod 444 freebsd.cf > install -c -o bin -g bin -m 644 freebsd.cf /var/tmp/temproot/etc/sendmail.cf Where is this from, a quick search shows those lines (different options for m4) only in my buildworld.log. netchild@meta:/usr/src% find ../obj -name freebsd.cf -print ../obj/elf/usr/src/etc/sendmail/freebsd.cf Bye, Alexander. -- http://netchild.home.pages.de A.Leidinger @ wurzelausix.cs.uni-sb.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message