The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Поиск:  Каталог документации / Документация по FreeBSD / Руководства по FreeBSD на английском

8.4. Environment variables

CVSROOT

Location of the CVS tree. Essential.

    # CVSROOT=/home/ncvs; export CVSROOT
ENGLISH_ONLY

If set and not empty, the makefiles will build and install only the English documents. All translations will be ignored. E.g.:

    # make ENGLISH_ONLY=YES all install

If you want unset the variable ENGLISH_ONLY and build all pages, including translations, set the variable ENGLISH_ONLY to an empty value

    # make ENGLISH_ONLY="" all install clean
WEB_ONLY

If set and not empty, the makefiles wil build and install only the HTML pages from the www directory. All documents from the doc directory (Handbook, FAQ, Tutorials) will be ignored. E.g.:

    # make WEB_ONLY=YES all install
NOPORTSCVS

If set, the makefiles will not checkout files from the ports cvs repository. Instead, it will copy the files from /usr/ports (or where the variable PORTSBASE points to).

CVSROOT is an environment variable. You must set it on the commandline or in your dot files (~/.profile).

WEB_ONLY, ENGLISH_ONLY and NOPORTSCVS are makefile variables. You can set the variables in /etc/make.conf, Makefile.inc or as environment variables on the commandline or in your dot files.

For questions about FreeBSD, e-mail <questions@FreeBSD.org>.
For questions about this documentation, e-mail <doc@FreeBSD.org>.




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2024 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру