Print this page
10079 smatch Makefile changes for usr/src/lib

*** 19,30 **** # CDDL HEADER END # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # ident "%Z%%M% %I% %E% SMI" ! # LIBRARY = libsip.a VERS = .1 OBJECTS = sip_headers.o sip_msg.o sip_gids.o \ sip_timeout.o sip_xaction_state_mc.o sip_xaction.o \ --- 19,29 ---- # CDDL HEADER END # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # Copyright (c) 2018, Joyent, Inc. LIBRARY = libsip.a VERS = .1 OBJECTS = sip_headers.o sip_msg.o sip_gids.o \ sip_timeout.o sip_xaction_state_mc.o sip_xaction.o \
*** 41,50 **** --- 40,52 ---- LDLIBS += -lmd5 -lc CFLAGS += $(CCVERBOSE) CPPFLAGS += -DOS='"solaris"' -D__OS_solaris -DNDEBUG + # not linted + SMATCH=off + .KEEP_STATE: all: $(LIBS) lint: lintcheck