Print this page
10080 smatch Makefile changes for usr/src/cmd
*** 19,28 ****
--- 19,29 ----
# CDDL HEADER END
#
#
# Copyright 2015 Gary Mills
# Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
+ # Copyright (c) 2018, Joyent, Inc.
#
LIBRARY= libelf.a
VERS= .1
*** 69,78 ****
--- 70,81 ----
LINTFLAGS64 += -u -erroff=E_CAST_INT_TO_SMALL_INT
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-uninitialized
+ SMOFF += indenting
+
BUILD.AR= $(RM) $@ ; \
$(AR) q $@ `$(LORDER) $(OBJECTS:%=$(DIR)/%)| $(TSORT)`
$(POST_PROCESS_A)