From owner-freebsd-bugs Sat Feb 8 14:20:21 2003 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C05337B401; Sat, 8 Feb 2003 14:20:20 -0800 (PST) Received: from horsey.gshapiro.net (horsey.gshapiro.net [64.105.95.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14BB043F75; Sat, 8 Feb 2003 14:20:20 -0800 (PST) (envelope-from gshapiro@gshapiro.net) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.8/8.12.8) with ESMTP id h18MKJQV057899 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 8 Feb 2003 14:20:19 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.8/8.12.8/Submit) id h18MKJ3H057896; Sat, 8 Feb 2003 14:20:19 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15941.33443.430269.162533@horsey.gshapiro.net> Date: Sat, 8 Feb 2003 14:20:19 -0800 From: Gregory Neil Shapiro To: Juli Mallett Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/44137: "make most" fails on rmail (RELENG_4) In-Reply-To: <20030208161413.A2801@FreeBSD.org> References: <200302081944.h18Jiu9Y013023@freefall.freebsd.org> <20030208161413.A2801@FreeBSD.org> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org jmallett> Does it exist in the OBJDIR or MAKEOBJDIR ? No, in fact, you can reproduce this with this simple Makefile: DPADD=/not/a/real/path/libfoo.a LDADD=/not/a/real/path/libfoo.a PROG=foo NOMAN=yes foo.c: echo 'int main() { exit(0); }' > foo.c .include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message