Makefile.uts (8793b36b40d14ad0a0fecc97738dc118a928f46c) | Makefile.uts (0bb073995ac5a95bd35f2dd790df1ea3d8c2d507) |
---|---|
1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 151 unchanged lines hidden (view full) --- 160# Please do not add new erroff directives here. If you need to disable 161# lint warnings in your module for things that cannot be fixed in any 162# reasonable manner, please augment LINTTAGS in your module Makefile 163# instead. 164LINTTAGS = -erroff=E_INCONS_ARG_DECL2 165LINTTAGS += -erroff=E_INCONS_VAL_TYPE_DECL2 166 167LINTFLAGS_sparc_32 = $(LINTCCMODE) -nsxmuF -errtags=yes | 1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 151 unchanged lines hidden (view full) --- 160# Please do not add new erroff directives here. If you need to disable 161# lint warnings in your module for things that cannot be fixed in any 162# reasonable manner, please augment LINTTAGS in your module Makefile 163# instead. 164LINTTAGS = -erroff=E_INCONS_ARG_DECL2 165LINTTAGS += -erroff=E_INCONS_VAL_TYPE_DECL2 166 167LINTFLAGS_sparc_32 = $(LINTCCMODE) -nsxmuF -errtags=yes |
168LINTFLAGS_sparc_64 = $(LINTFLAGS_sparc_32) -Xarch=v9 | 168LINTFLAGS_sparc_64 = $(LINTFLAGS_sparc_32) -m64 |
169LINTFLAGS_i386_32 = $(LINTCCMODE) -nsxmuF -errtags=yes | 169LINTFLAGS_i386_32 = $(LINTCCMODE) -nsxmuF -errtags=yes |
170LINTFLAGS_i386_64 = $(LINTFLAGS_i386_32) -Xarch=amd64 | 170LINTFLAGS_i386_64 = $(LINTFLAGS_i386_32) -m64 |
171 172LINTFLAGS = $(LINTFLAGS_$(MACH)_$(CLASS)) $(LINTTAGS) 173LINTFLAGS += $(C99LMODE) 174 175# 176# Override this variable to modify the name of the lint target. 177# 178LINT_MODULE= $(MODULE) --- 476 unchanged lines hidden --- | 171 172LINTFLAGS = $(LINTFLAGS_$(MACH)_$(CLASS)) $(LINTTAGS) 173LINTFLAGS += $(C99LMODE) 174 175# 176# Override this variable to modify the name of the lint target. 177# 178LINT_MODULE= $(MODULE) --- 476 unchanged lines hidden --- |