FreeBSD Bugzilla – Attachment 49846 Details for
Bug 76064
Add more information to build(7)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
build.7.diff
build.7.diff (text/plain), 1.89 KB, created by
Gavin Atkinson
on 2005-01-10 18:20:19 UTC
(
hide
)
Description:
build.7.diff
Filename:
MIME Type:
Creator:
Gavin Atkinson
Created:
2005-01-10 18:20:19 UTC
Size:
1.89 KB
patch
obsolete
>Index: src/share/man/man7/build.7 >=================================================================== >RCS file: /usr/cvs/src/share/man/man7/build.7,v >retrieving revision 1.27 >diff -u -r1.27 build.7 >--- src/share/man/man7/build.7 13 Aug 2004 12:59:46 -0000 1.27 >+++ src/share/man/man7/build.7 10 Jan 2005 18:09:59 -0000 >@@ -24,7 +24,7 @@ > .\" > .\" $FreeBSD: src/share/man/man7/build.7,v 1.27 2004/08/13 12:59:46 ru Exp $ > .\" >-.Dd August 13, 2004 >+.Dd January 10, 2005 > .Dt BUILD 7 > .Os > .Sh NAME >@@ -90,6 +90,11 @@ > Install the kernel and the kernel modules. > .It Cm reinstallkernel > Reinstall the kernel and the kernel modules. >+.It Cm kernel >+Equivalent to >+.Cm buildkernel >+followed by >+.Cm installkernel > .El > .Pp > For more information about the ports build process, see >@@ -119,6 +124,39 @@ > The directory hierarchy where the resulting binaries will be > installed. > .El >+.Sh FLAGS >+.Bl -tag -width ".Va NO_KERNELDEPEND" >+.It Va -DNO_MAN >+Do not build man pages. >+.It Va -DNO_GAMES >+Do not build games. >+.It Va -DNO_DYNAMICROOT >+Build >+.Pa /bin >+and >+.Pa /sbin >+statically. >+.El >+.Pp >+Note that there are many other flags which can be used. >+.Pa /usr/src/Makefile.inc1 >+lists more. >+.Pp >+The following flags can dramatically speed up a build, >+but should be used with care and never after the source >+has been updated since the last build. >+They are mainly useful for testing changes to individual >+files, where dependencies are known to have not changed. >+.Bl -tag -width ".Va NO_KERNELDEPEND" >+.It Va -DNO_CLEAN >+Do not clean before building. >+.It Va -DNO_KERNELDEPEND >+Do not recreate dependency information. >+.It Va -DNO_KERNELCONFIG >+Do not run >+.Xr config 8 >+to reconfigure the kernel before building. >+.El > .Sh FILES > .Bl -tag -width ".Pa /usr/share/examples/etc/make.conf" -compact > .It Pa /etc/make.conf >@@ -148,6 +186,7 @@ > .Ed > .Sh SEE ALSO > .Xr cc 1 , >+.Xr config 8 , > .Xr install 1 , > .Xr make 1 , > .Xr make.conf 5 ,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 76064
: 49846