misc/116775: [patch] make distribution failed for sendmail while cross-compiling i386 to amd64

ru at FreeBSD.org ru at FreeBSD.org
Mon Nov 19 01:00:49 PST 2007


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


More information about the freebsd-bugs mailing list