Print this page
10079 smatch Makefile changes for usr/src/lib

*** 20,29 **** --- 20,30 ---- # # # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # + # Copyright (c) 2018, Joyent, Inc. include $(SRC)/Makefile.master include $(SRC)/lib/iconv_modules/Makefile.iconv
*** 32,41 **** --- 33,45 ---- LIB = $(MODULES:%.c=%.so) LIB64 = $(MODULES:%.c=$(MACH64)/%.so) LDLIBS= -lc + # needs work + SMATCH=off + INSTALL_MODULES = .modules_installed CLEANFILES += $(INSTALL_MODULES) install := TARGET = install all := TARGET = all