From owner-freebsd-questions@FreeBSD.ORG Fri Jul 11 09:24:34 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 731CF1065672 for ; Fri, 11 Jul 2008 09:24:34 +0000 (UTC) (envelope-from iiv@dom.raid.ru) Received: from smtp.ertelecom.ru (smtp.ertelecom.ru [212.33.232.210]) by mx1.freebsd.org (Postfix) with ESMTP id 30C4C8FC22 for ; Fri, 11 Jul 2008 09:24:33 +0000 (UTC) (envelope-from iiv@dom.raid.ru) Received: from mail.raid.ru ([212.33.232.8]:36121 helo=dom.raid.ru) by smtp.ertelecom.ru with esmtp (Exim) id 1KHEbk-0006pd-I5 for ; Fri, 11 Jul 2008 15:08:04 +0600 Received: from 10.90.34.181 (SquirrelMail authenticated user iiv@dom.raid.ru) by dom.raid.ru with HTTP; Fri, 11 Jul 2008 15:08:04 +0600 (YEKST) Message-ID: <50440.10.90.34.181.1215767284.squirrel@dom.raid.ru> Date: Fri, 11 Jul 2008 15:08:04 +0600 (YEKST) From: iiv@dom.raid.ru To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: build system to DESTDIR X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2008 09:24:34 -0000 To build system for the diskless station, whether there are differences between: [in script] #!/bin/sh export DESTDIR=/usr/diskless cd /usr/src; make buildworld and [in csh] # setenv DESTDIR /usr/diskless # cd /usr/src # make buildworld