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

*** 21,30 **** --- 21,31 ---- # # Copyright 2010 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # + # Copyright (c) 2018, Joyent, Inc. PROG= pvs include $(SRC)/cmd/Makefile.cmd include $(SRC)/cmd/sgs/Makefile.com
*** 46,55 **** --- 47,59 ---- LDLIBS += $(LDDBGLIBDIR) $(LDDBG_LIB) $(ELFLIBDIR) -lelf \ $(CONVLIBDIR) $(CONV_LIB) LINTFLAGS += -x LINTFLAGS64 += -x + # not linted + SMATCH=off + BLTDEFS= msg.h BLTDATA= msg.c BLTMESG= $(SGSMSGDIR)/pvs BLTFILES= $(BLTDEFS) $(BLTDATA) $(BLTMESG)