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

*** 19,28 **** --- 19,29 ---- # CDDL HEADER END # # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # + # Copyright (c) 2018, Joyent, Inc. PROG = zonestat SRCS = zonestat.c OBJS = $(SRCS:%.c=%.o)
*** 31,40 **** --- 32,44 ---- LDLIBS += -lscf -lzonestat -lumem LINTFLAGS += -u CERRWARN += -_gcc=-Wno-uninitialized + # not linted + SMATCH=off + .KEEP_STATE: .PARALLEL: all: $(PROG)