Bug #543 » make.conf.5.patch
| man5/make.conf.5 28 Jan 2007 13:50:42 -0000 | ||
|---|---|---|
| CCVER?= so as not to interfere with overrides from userland. We | ||
| currently recommend that an override NOT be set in | ||
| .Pa /etc/make.conf . | ||
| Currently accepted values are cc34 and cc41 (experimental). | ||
| Currently accepted values are gcc34 and gcc41 (experimental). | ||
| .It Va CFLAGS | ||
| .Pq Vt str | ||
| Controls the compiler setting when compiling C code. | ||
| ... | ... | |
| .Dq Li "${MAKE} depend" | ||
| during | ||
| .Dq Li "${MAKE} buildkernel" . | ||
| .It Va NO_KERNEL_OLD_STRIP | ||
| .Pq Vt bool | ||
| Set this to skip stripping debugging symbols from old kernel and modules | ||
| (kernel.old, modules.old) during | ||
| .Dq Li "${MAKE} installkernel" . | ||
| .It Va NO_MODULES | ||
| .Pq Vt bool | ||
| Set to not build modules with the kernel. | ||