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

*** 20,30 **** # # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # cmd/mpathadm/Makefile include ../Makefile.cmd PROG= mpathadm --- 20,30 ---- # # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # Copyright (c) 2018, Joyent, Inc. include ../Makefile.cmd PROG= mpathadm
*** 35,44 **** --- 35,47 ---- LDLIBS += -lMPAPI -ldevid LINTFLAGS += -xerroff=E_BAD_FORMAT_STR2 + # not linted + SMATCH=off + .KEEP_STATE: all: $(PROG) $(PROG): $(OBJS)