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

*** 20,30 **** # # # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # Copyright 2017, Joyent Inc. # FSTYPE= udfs LIBPROG= fsdb --- 20,30 ---- # # # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # Copyright (c) 2018, Joyent, Inc. # FSTYPE= udfs LIBPROG= fsdb
*** 49,58 **** --- 49,61 ---- CERRWARN += -_gcc=-Wno-unused-variable CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-unused-value CERRWARN += -_gcc=-Wno-unused-function + # not linted + SMATCH=off + SRCS= fsdb.c ud_lib.c fsdb : fsdb_yacc.o fsdb_lex.o ud_lib.o fsdb.o $(MAPFILES) $(LINK.c) -o $@ fsdb.o fsdb_yacc.o fsdb_lex.o \ ud_lib.o $(LDLIBS)