Date: Thu, 17 Dec 1998 10:14:02 +0100 (CET) From: Alexander Leidinger <netchild@wurzelausix.CS.Uni-SB.DE> To: axl@iafrica.com Cc: studded@dal.net, current@FreeBSD.ORG Subject: Re: 'make clean' in /usr/src does not cleanup .o's or shared libs ? Message-ID: <199812170914.KAA10443@wurzelausix> In-Reply-To: <11134.913882360@axl.noc.iafrica.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812170914.KAA10443>