build system to DESTDIR

iiv at dom.raid.ru iiv at dom.raid.ru
Fri Jul 11 09:24:34 UTC 2008


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



More information about the freebsd-questions mailing list