Print this page
10080 smatch Makefile changes for usr/src/cmd
*** 18,40 ****
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
- #ident "%Z%%M% %I% %E% SMI"
- #
# Copyright (c) 1989,1996,2001 by Sun Microsystems, Inc.
# All rights reserved.
#
! # cmd/fs.d/ufs/labelit/Makefile
FSTYPE= ufs
LIBPROG= labelit
ATTMK= $(LIBPROG)
include ../../Makefile.fstype
CPPFLAGS += -D_LARGEFILE64_SOURCE
lint := PROG=$(LIBPROG)
lint: lint_PROG
--- 18,41 ----
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright (c) 1989,1996,2001 by Sun Microsystems, Inc.
# All rights reserved.
#
! # Copyright (c) 2018, Joyent, Inc.
FSTYPE= ufs
LIBPROG= labelit
ATTMK= $(LIBPROG)
include ../../Makefile.fstype
CPPFLAGS += -D_LARGEFILE64_SOURCE
+ # not linted
+ SMATCH=off
+
lint := PROG=$(LIBPROG)
lint: lint_PROG