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= acpixtract
--- 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= acpixtract
*** 20,29 ****
--- 20,32 ----
OBJS= axmain.o acpixtract.o axutils.o
SRCS = $(OBJS:.o=.c)
CERRWARN += -_gcc=-Wno-unused-function
+ # not linted
+ SMATCH=off
+
CPPFLAGS += -I$(SRC)/uts/intel/sys/acpi -DACPI_XTRACT_APP
.KEEP_STATE:
all: $(PROG)