Date: Sat, 8 Feb 2003 14:20:19 -0800 From: Gregory Neil Shapiro <gshapiro@FreeBSD.ORG> To: Juli Mallett <jmallett@FreeBSD.ORG> Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/44137: "make most" fails on rmail (RELENG_4) Message-ID: <15941.33443.430269.162533@horsey.gshapiro.net> In-Reply-To: <20030208161413.A2801@FreeBSD.org> References: <200302081944.h18Jiu9Y013023@freefall.freebsd.org> <20030208161413.A2801@FreeBSD.org>
index | next in thread | previous in thread | raw e-mail
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 <bsd.prog.mk>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15941.33443.430269.162533>
