From owner-freebsd-questions@freebsd.org Fri Jun 9 20:10:28 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2D9DBFC3E3 for ; Fri, 9 Jun 2017 20:10:28 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: from mail-wr0-x231.google.com (mail-wr0-x231.google.com [IPv6:2a00:1450:400c:c0c::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 777107AC72 for ; Fri, 9 Jun 2017 20:10:28 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: by mail-wr0-x231.google.com with SMTP id v111so43663589wrc.3 for ; Fri, 09 Jun 2017 13:10:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=97TR8JUxt3ZAdce3eIQz7ip/utS0Rv3s1jeoO0ty8g4=; b=e3skQUK/me2vMBI59X0DKF2+8S488Fkj24XirZ0ImqqBxZu12vVBG5TiLOHDEEkNvh p5yXFjPW9m3/hL+NMuVN4cjtQWVpXBVLBXp5vmVp12mGlMPYb2cKq5WUv9ImaQUt5gRx vJeyUMNV0QeYJfHeDFR6NGDKmKw4I+mxZJPJhI9Rdlq7AECBy1f3dioxDGBYrI81+5wk ZDnXg+rELCb2b/WrnSyOb5hgo0JQGloByJhWxbKN2tKDeKa3VZ6VBKxt9oL+juD9ho4T 7+Er+aEbKVABegKHTu5YD2Oyr7bcFKjWDKuLB2T20DwdmLmArSSeovMHp2C2W3475w+/ joiQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=97TR8JUxt3ZAdce3eIQz7ip/utS0Rv3s1jeoO0ty8g4=; b=ZZQ4HsEr88v2WXrgV4g2DxLEolVZjsPDtKYDUeAZr1uQ+h7FIV7dQGGA9YOyKaZ+U+ 6+fTqleXfXS1wFURDANAlm3yEyMNM+V+iG8kM1tN/J/PECuDIC16V3cZTTer0aYTMkvD 7LWvooDFvwUHCGobZ7xxIf4EEBUgLRwlsLEiPbZr/iD966m5eAG8aNlpgoGH1y3HmEGy gu7nCCfeC1WDigUJMRNVc6tbl/J8OPb+PH2DYCW/G/pvrFvqqoAEE81ZWd6/w/Ax/GE5 1rB2DLQUXBlCTGvE/yLf18yExDD94+zSJK84y9/Qm9xf7oSdzSZZM+i7wJ+cXTs56de0 LLYw== X-Gm-Message-State: AKS2vOzFCYZzF7qYRcHkBeTWWUWWwKYfpRH71XwapTcH+OLB8Z/bw2eT W9Fe46FmH0q3x9MOcvhWZVvsZHQGkg== X-Received: by 10.223.154.10 with SMTP id z10mr231170wrb.76.1497039026451; Fri, 09 Jun 2017 13:10:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.176.244 with HTTP; Fri, 9 Jun 2017 13:09:45 -0700 (PDT) In-Reply-To: <872fe20f-fece-9980-2c8f-10e9492ab786@columbus.rr.com> References: <44y3t19e5i.fsf@lowell-desk.lan> <872fe20f-fece-9980-2c8f-10e9492ab786@columbus.rr.com> From: "Jack L." Date: Fri, 9 Jun 2017 13:09:45 -0700 Message-ID: Subject: Re: Building base source To: Baho Utot Cc: FreeBSD Questions Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2017 20:10:29 -0000 Have you looked at /usr/src/Makefile.inc1 or specifically MAKEOBJDIRPREFIX?= On Fri, Jun 9, 2017 at 1:01 PM, Baho Utot wrote: > > > On 06/09/17 15:03, Lowell Gilbert wrote: >> >> Baho Utot writes: >> >>> I am experimenting with building the base source. >>> >>> What do I need to set (which knobs) to be able to build the base >>> source and have the binaries built into a home directory. >>> >>> The source will be in /usr/src but I want all the binaries and all >>> other files produced by the build to goto in >>> /usr/home/FreeBSD/base/target. >>> >>> Will it be a copy of want is installed in the / (root) filesystem? >> >> >> https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html >> > > I have already looked at that. That is why I have the questions. I want to > build the base as a user and have it install its stuff into a subdirectory. > > The link tells me how to build and install from source to the root > directory, that is not what I was asking. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"