Add a -DNO_LIBS to skip building the libraries phase as well.

This is useful for cases where -DWORLDFAST is useful.

Sponsored by:	Dell EMC Isilon
This commit is contained in:
Bryan Drewery 2017-05-09 23:58:07 +00:00
parent df2a34c016
commit c596c2876f
2 changed files with 4 additions and 0 deletions

View File

@ -849,7 +849,9 @@ WMAKE_TGTS+= _build-tools _cross-tools
WMAKE_TGTS+= _compiler-metadata WMAKE_TGTS+= _compiler-metadata
WMAKE_TGTS+= _includes WMAKE_TGTS+= _includes
.endif .endif
.if !defined(NO_LIBS)
WMAKE_TGTS+= _libraries WMAKE_TGTS+= _libraries
.endif
WMAKE_TGTS+= everything WMAKE_TGTS+= everything
.if defined(LIBCOMPAT) && empty(SUBDIR_OVERRIDE) .if defined(LIBCOMPAT) && empty(SUBDIR_OVERRIDE)
WMAKE_TGTS+= build${libcompat} WMAKE_TGTS+= build${libcompat}

View File

@ -605,6 +605,8 @@ If set, the update process does not update the source of the
documentation as part of the documentation as part of the
.Dq make update .Dq make update
target. target.
.It Va NO_LIBS
If set, the libraries phase will be skipped.
.It Va NO_OBJ .It Va NO_OBJ
If set, no object directories will be created. If set, no object directories will be created.
This should only be used if object directories were created in a This should only be used if object directories were created in a