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

*** 6,16 **** # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # ! # Copyright 2016 Joyent, Inc. # Copyright 2016 RackTop Systems. # PROG= acpidump --- 6,16 ---- # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # ! # Copyright (c) 2018, Joyent, Inc. # Copyright 2016 RackTop Systems. # PROG= acpidump
*** 21,30 **** --- 21,33 ---- utbuffer.o osunixdir.o SRCS = $(OBJS:.o=.c) CERRWARN += -_gcc=-Wno-unused-function + # not linted + SMATCH=off + CPPFLAGS += -I$(SRC)/uts/intel/sys/acpi -DACPI_DUMP_APP LDLIBS += -ldevinfo .KEEP_STATE: