From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 19 09:00:49 2007 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DF2D16A475; Mon, 19 Nov 2007 09:00:49 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4EA5413C45D; Mon, 19 Nov 2007 09:00:49 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id lAJ90nfV035118; Mon, 19 Nov 2007 09:00:49 GMT (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id lAJ90m0e035114; Mon, 19 Nov 2007 09:00:48 GMT (envelope-from ru) Date: Mon, 19 Nov 2007 09:00:48 GMT Message-Id: <200711190900.lAJ90m0e035114@freefall.freebsd.org> To: dman@cse.unsw.edu.au, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org From: ru@FreeBSD.org Cc: Subject: Re: misc/116775: [patch] make distribution failed for sendmail while cross-compiling i386 to amd64 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2007 09:00:49 -0000 Synopsis: [patch] make distribution failed for sendmail while cross-compiling i386 to amd64 State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Mon Nov 19 08:53:47 UTC 2007 State-Changed-Why: Daniel, src/etc/sendmail/Makefile is correct, and your suggested change is wrong. The *.cf files are generated during the build and placed in the object directory (the canonical path being /usr/obj/usr/src/etc/sendmail), which is the current working directory when make(1) is run. Also, as a general note, while running "make distribution", and especially when cross-building with TARGET_ARCH/TARGET, run it from the top-level src/Makefile, and not from src/etc/Makefile directly. http://www.freebsd.org/cgi/query-pr.cgi?pr=116775