Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jul 2008 15:08:04 +0600 (YEKST)
From:      iiv@dom.raid.ru
To:        freebsd-questions@freebsd.org
Subject:   build system to DESTDIR
Message-ID:  <50440.10.90.34.181.1215767284.squirrel@dom.raid.ru>

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




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