Print this page
10063 basic support for smatch
10153 checkpaths shouldn't check packaging exceptions

*** 21,40 **** # # # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # PROG= devctl include ../Makefile.cmd .KEEP_STATE: CFLAGS += $(CCVERBOSE) CERRWARN += -_gcc=-Wno-parentheses ! LDLIBS += -ldevice -l devinfo all: $(PROG) install: all $(ROOTUSRSBINPROG) --- 21,41 ---- # # # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # + # # Copyright (c) 2018, Joyent, Inc. PROG= devctl include ../Makefile.cmd .KEEP_STATE: CFLAGS += $(CCVERBOSE) CERRWARN += -_gcc=-Wno-parentheses ! LDLIBS += -ldevice -ldevinfo all: $(PROG) install: all $(ROOTUSRSBINPROG)