Skip to content

Commit

Permalink
Fix bmake upgrade NO_MAN warnings.
Browse files Browse the repository at this point in the history
MFC after:	1 week
Sponsored by:	EMC / Isilon Storage Division
  • Loading branch information
bdrewery committed Mar 11, 2016
1 parent 80a5408 commit b88b232
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,10 @@ upgrade_checks:
#
MMAKEENV= MAKEOBJDIRPREFIX=${MYMAKE:H} \
DESTDIR= \
MK_MAN=no \
INSTALL="sh ${.CURDIR}/tools/install.sh"
MMAKE= ${MMAKEENV} ${MAKE} \
-DNO_MAN -DNO_SHARED \
-DNO_SHARED \
-DNO_CPU_CFLAGS -DNO_WERROR \
MK_TESTS=no \
DESTDIR= PROGNAME=${MYMAKE:T}
Expand Down

0 comments on commit b88b232

Please sign in to comment.