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

*** 21,34 **** # # # Copyright 1990-2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # ident "%Z%%M% %I% %E% SMI" ! # ! # cmd/lp/lib/oam/Makefile ! # include ../../Makefile.lp LIBRARY = liblpoam.a TEXTOBJS = e_adm__msgs.o \ --- 21,32 ---- # # # Copyright 1990-2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # Copyright (c) 2018, Joyent, Inc. ! include ../../Makefile.lp LIBRARY = liblpoam.a TEXTOBJS = e_adm__msgs.o \
*** 69,78 **** --- 67,79 ---- # This library is not installed in the proto area. LIBS = $(LIBRARY) CPPFLAGS = -I$(LPINC) $(CPPFLAGS.master) + # not linted + SMATCH=off + .KEEP_STATE: all install : $(TXTFILES) $(LIBS) # derived source files