Print this page
11736 Stop using $VERSION for the genunix label
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Andy Stormont <astormont@racktopsystems.com>
Reviewed by: Toomas Soome <tsoome@me.com>
*** 21,36 ****
#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# Copyright (c) 2012 by Delphix. All rights reserved.
#
- # This makefile drives the production of the server-side network lock
- # manager kernel module.
- #
- # sparc architecture dependent
- #
#
# Path to the base of the uts directory tree (usually /usr/src/uts).
#
UTSBASE = ../..
--- 21,32 ----
#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# Copyright (c) 2012 by Delphix. All rights reserved.
+ # Copyright 2019 Joyent, Inc.
#
#
# Path to the base of the uts directory tree (usually /usr/src/uts).
#
UTSBASE = ../..
*** 59,69 ****
# Overrides.
#
CFLAGS += $(CCVERBOSE)
LDFLAGS += -dy -Nstrmod/rpcmod -Nfs/nfs
LDFLAGS += -M $(UTSBASE)/common/klm/mapfile-mod
- CTFMRGFLAGS += -f
#
# Code generated by rpcgen triggers the -Wswitch warning.
#
CERRWARN += -_gcc=-Wno-switch
--- 55,64 ----