diff options
author | obrien <obrien@FreeBSD.org> | 2000-03-21 09:24:09 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-03-21 09:24:09 +0000 |
commit | d9acd189c2b97e0d82a5dc4bdd6edfae0315c852 (patch) | |
tree | bda95b5c2b8e16e52255e379226fa1f1006d520b /etc | |
parent | 111d9e3e61b38044a803c9eb734d89290900c776 (diff) | |
download | FreeBSD-src-d9acd189c2b97e0d82a5dc4bdd6edfae0315c852.zip FreeBSD-src-d9acd189c2b97e0d82a5dc4bdd6edfae0315c852.tar.gz |
Add a knob to turn off the mostly static docs (src/share/doc/).
On a K6-2/450 with fairly fast SCSI disks, building+installing src/share/
takes 2m51.3s, where src/share/doc/ is 1m9.9s of that.
However on a slow Alpha (233MHz) the times are 7m39.3s and 4m58.3s
respectively.
This commit allows one to speed up their build time, without not getting
any important and required changes if one used "NOSHARE".
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/make.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 48135de..b7e6c22 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -36,6 +36,7 @@ #NO_OPENSSH= true # do not build OpenSSH #NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH) #NO_SENDMAIL= true # do not build sendmail and related programs +#NO_SHAREDOCS= true # do not build the 4.4BSD legacy docs #NO_X= true # do not compile in XWindows support (e.g. doscmd) #NOCRYPT= true # do not build any crypto code #NODESCRYPTLINKS=true # do not replace libcrypt -> libscrypt links |