comparison usr/src/uts/intel/inst_sync/Makefile @ 13834:58bc6f85b799

2933 compiler warning gags need better granularity Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
author Richard Lowe <richlowe@richlowe.net>
date Sun, 22 Jul 2012 16:03:46 -0400
parents 68f95e015346
children
comparison
equal deleted inserted replaced
13833:6bef548f1800 13834:58bc6f85b799
23 # uts/intel/inst_sync/Makefile 23 # uts/intel/inst_sync/Makefile
24 # 24 #
25 # Copyright 2004 Sun Microsystems, Inc. All rights reserved. 25 # Copyright 2004 Sun Microsystems, Inc. All rights reserved.
26 # Use is subject to license terms. 26 # Use is subject to license terms.
27 # 27 #
28 #pragma ident "%Z%%M% %I% %E% SMI" 28
29 # 29 #
30 # This makefile drives the production of the inst_sync system call module. 30 # This makefile drives the production of the inst_sync system call module.
31 # 31 #
32 # intel processor architecture dependent 32 # intel processor architecture dependent
33 # 33 #
55 # 55 #
56 ALL_TARGET = $(BINARY) 56 ALL_TARGET = $(BINARY)
57 LINT_TARGET = $(MODULE).lint 57 LINT_TARGET = $(MODULE).lint
58 INSTALL_TARGET = $(BINARY) $(ROOTMODULE) 58 INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
59 59
60 CERRWARN += -_gcc=-Wno-parentheses
61
60 # 62 #
61 # Default build targets. 63 # Default build targets.
62 # 64 #
63 .KEEP_STATE: 65 .KEEP_STATE:
64 66