From owner-freebsd-questions Thu Jul 26 8: 9:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from raven.ravenbrook.com (raven.ravenbrook.com [193.82.131.18]) by hub.freebsd.org (Postfix) with ESMTP id E244337B403 for ; Thu, 26 Jul 2001 08:09:25 -0700 (PDT) (envelope-from nb@ravenbrook.com) Received: from thrush.ravenbrook.com (thrush.ravenbrook.com [193.112.141.249]) by raven.ravenbrook.com (8.9.3/8.9.3) with ESMTP id QAA02358 for ; Thu, 26 Jul 2001 16:09:20 +0100 (BST) Received: from thrush.ravenbrook.com (localhost [127.0.0.1]) by thrush.ravenbrook.com (8.11.4/8.11.2) with ESMTP id f6QF9Ql77405 for ; Thu, 26 Jul 2001 16:09:31 +0100 (BST) (envelope-from nb@thrush.ravenbrook.com) From: Nick Barnes To: freebsd-questions@freebsd.org Subject: making -releng binaries on a machine running -stable Date: Thu, 26 Jul 2001 16:09:26 +0100 Message-ID: <77398.996160166@thrush.ravenbrook.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I want to track RELENG_4_3 on an old machine with a small local disk, incapable of holding /usr/obj or running make buildworld. I have a much bigger faster machine running -stable. Can I make RELENG_4_3 items on it and transfer them to the smaller machine? I have the RELENG_4_3 sources, but not in /usr/src/. It seems that if I set MAKEOBJDIRPREFIX and DESTDIR, I can make buildworld. What if I just want to make (say) telnetd? Typing 'make' in src/secure/libexec/telnetd doesn't work; it puts the objects in the wrong place and then fails because it's getting the wrong libraries. Nick B To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message