summaryrefslogtreecommitdiffstats
path: root/share/man/man7/build.7
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2006-05-17 11:31:24 +0000
committermaxim <maxim@FreeBSD.org>2006-05-17 11:31:24 +0000
commit7dbcaa9a39be092e4692944c35450fdf1c6c3e64 (patch)
tree861d68ed3b3ac48b28f436e951c868b522d5323b /share/man/man7/build.7
parent66026e8c8bea271e3cefc8877944a207125b6963 (diff)
downloadFreeBSD-src-7dbcaa9a39be092e4692944c35450fdf1c6c3e64.zip
FreeBSD-src-7dbcaa9a39be092e4692944c35450fdf1c6c3e64.tar.gz
o Replace alpha-specific DESTDIR to a sparc64 one.
Spotted by: Gennady Proskurin
Diffstat (limited to 'share/man/man7/build.7')
-rw-r--r--share/man/man7/build.72
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index ffd8a60..908ec12 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -399,7 +399,7 @@ system for the sparc64 architecture on an i386 host:
.Bd -literal -offset indent
cd /usr/src
make TARGET_ARCH=sparc64 buildworld
-make TARGET_ARCH=sparc64 DESTDIR=/clients/axp installworld
+make TARGET_ARCH=sparc64 DESTDIR=/clients/sparc64 installworld
.Ed
.Sh SEE ALSO
.Xr cc 1 ,
OpenPOWER on IntegriCloud