Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Nov 2007 09:00:48 GMT
From:      ru@FreeBSD.org
To:        dman@cse.unsw.edu.au, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: misc/116775: [patch] make distribution failed for sendmail while cross-compiling i386 to amd64
Message-ID:  <200711190900.lAJ90m0e035114@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711190900.lAJ90m0e035114>