Makefile.mdb (4a1c24318fe7c9bdae38ce58a2e4624597d297e2) Makefile.mdb (7c1d35456b77b833f089b886b99aa431a24e1377)
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

--- 5 unchanged lines hidden (view full) ---

14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
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

--- 5 unchanged lines hidden (view full) ---

14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
22# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23# Use is subject to license terms.
24#
25
26.KEEP_STATE:
27.SUFFIXES:
28
29SRCS += \

--- 55 unchanged lines hidden (view full) ---

85 mdb_whatis.c
86
87$(NOT_RELEASE_BUILD)CPPFLAGS += -DDEBUG
88CPPFLAGS += -D_MDB -I. -I../.. -I../../../common
89
90C99MODE= -xc99=%all
91C99LMODE= -Xc99=%all
92
23# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
26
27.KEEP_STATE:
28.SUFFIXES:
29
30SRCS += \

--- 55 unchanged lines hidden (view full) ---

86 mdb_whatis.c
87
88$(NOT_RELEASE_BUILD)CPPFLAGS += -DDEBUG
89CPPFLAGS += -D_MDB -I. -I../.. -I../../../common
90
91C99MODE= -xc99=%all
92C99LMODE= -Xc99=%all
93
93LDLIBS += -ltermcap -lkvm -lproc -lrtld_db -lctf -lumem -ldisasm -lscf
94LDLIBS += -lcurses -lkvm -lproc -lrtld_db -lctf -lumem -ldisasm -lscf
94
95#
96# -erroff=E_INCONS_ARG_DECL2 works around a problem where lint gets confused
97# about how struct mdb_tgt_gregset is used in mdb_tgt_stack_f() and
98# mdb_tgt_stack_iter_f(). Will be resolved as part of fix for CR 6749868.
99#
100LINTFLAGS += -n -errtags=yes -erroff=E_INCONS_ARG_DECL2
101LINTFILES = $(SRCS:%.c=%.ln)

--- 92 unchanged lines hidden ---
95
96#
97# -erroff=E_INCONS_ARG_DECL2 works around a problem where lint gets confused
98# about how struct mdb_tgt_gregset is used in mdb_tgt_stack_f() and
99# mdb_tgt_stack_iter_f(). Will be resolved as part of fix for CR 6749868.
100#
101LINTFLAGS += -n -errtags=yes -erroff=E_INCONS_ARG_DECL2
102LINTFILES = $(SRCS:%.c=%.ln)

--- 92 unchanged lines hidden ---