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

*** 20,31 **** # # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # cmd/lp/client/conv_fix/Makefile ! # include ../Makefile.sp PROG= conv_fix --- 20,30 ---- # # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # Copyright (c) 2018, Joyent, Inc. include ../Makefile.sp PROG= conv_fix
*** 39,48 **** --- 38,50 ---- CPPFLAGS += -I$(NPRTINC) CERRWARN += -_gcc=-Wno-implicit-function-declaration + # not linted + SMATCH=off + .KEEP_STATE: all: $(PROG) install: all $(ROOTLIBPRINTPROG)