Date: Mon, 2 Mar 2009 20:13:13 +0100 From: Olivier Smedts <olivier@gid0.org> To: Sam Leffler <sam@freebsd.org> Cc: Max Laier <max@love2party.net>, freebsd-current@freebsd.org, FreeBSD Tinderbox <tinderbox@freebsd.org> Subject: Re: [head tinderbox] failure on amd64/amd64 Message-ID: <20090302191312.GA70463@q.gid0.org> In-Reply-To: <49AC150A.9020205@freebsd.org> References: <20090302134503.C6B407302F@freebsd-current.sentex.ca> <200903021455.38679.max@love2party.net> <49AC150A.9020205@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Mar 02, 2009 at 09:19:06AM -0800, Sam Leffler wrote: > Max Laier wrote: > > > > > > Looks like the tinderbox needs a gentle "make cleandir"-nudge after the change > > to .PATH > > > > > Thank you; that would explain why everything worked for my tests. I used the attached patch to build world today. Olivier > > Sam > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" -- Olivier Smedts _ ASCII ribbon campaign ( ) e-mail: olivier@gid0.org - against HTML email & vCards X www: http://www.gid0.org - against proprietary attachments / \ "Il y a seulement 10 sortes de gens dans le monde : ceux qui comprennent le binaire, et ceux qui ne le comprennent pas." --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename=patch --- usr.sbin/wpa/wpa_passphrase/Makefile.orig 2009-03-02 19:46:49.000000000 +0100 +++ usr.sbin/wpa/wpa_passphrase/Makefile 2009-03-02 19:46:53.000000000 +0100 @@ -1,6 +1,6 @@ # $FreeBSD: src/usr.sbin/wpa/wpa_passphrase/Makefile,v 1.2 2007/07/11 16:04:08 sam Exp $ -WPA_SUPPLICANT_DISTDIR?= ${.CURDIR}/../../../contrib/wpa_supplicant +WPA_SUPPLICANT_DISTDIR?= ${.CURDIR}/../../../contrib/wpa/wpa_supplicant .PATH: ${WPA_SUPPLICANT_DISTDIR} PROG= wpa_passphrase --DocE+STaALJfprDB--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090302191312.GA70463>