Print this page
10080 smatch Makefile changes for usr/src/cmd

*** 18,33 **** # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # - #ident "%Z%%M% %I% %E% SMI" - # # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # cmd/fs.d/ufs/quot/Makefile FSTYPE= ufs LIBPROG= quot ATTMK= $(LIBPROG) --- 18,31 ---- # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # Copyright (c) 2018, Joyent, Inc. FSTYPE= ufs LIBPROG= quot ATTMK= $(LIBPROG)
*** 38,47 **** --- 36,48 ---- CPPFLAGS += -D_LARGEFILE64_SOURCE CFLAGS += $(CCVERBOSE) LDLIBS += -ladm + # not linted + SMATCH=off + lint := PROG= $(LIBPROG) lint: lint_PROG $(ROOTUSRSBIN)/$(LIBPROG):