Makefile.lint revision 36e852a172cba914383d7341c988128b2c667fbd
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# include global definitions
include Makefile.master
#
# As pieces are made lint-clean, add them here so the nightly build
# can be used to keep them that way.
#
COMMON_SUBDIRS = \
cmd/asa \
cmd/amt \
cmd/avs \
cmd/awk \
cmd/bart \
cmd/bfs \
cmd/boot \
cmd/cal \
cmd/cat \
cmd/cdrw \
cmd/col \
cmd/cpc \
cmd/cpio \
cmd/date \
cmd/dd \
cmd/dis \
cmd/du \
cmd/echo \
cmd/env \
cmd/file \
cmd/find \
cmd/fold \
cmd/fm \
cmd/grep \
cmd/halt \
cmd/head \
cmd/init \
cmd/ipcs \
cmd/isns \
cmd/kbd \
cmd/last \
cmd/line \
cmd/link \
cmd/ls \
cmd/lvm \
cmd/mdb \
cmd/mesg \
cmd/mms \
cmd/mt \
cmd/mv \
cmd/nice \
cmd/nl \
cmd/nscd \
cmd/ps \
cmd/pwck \
cmd/rcap \
cmd/rm \
cmd/rmt \
cmd/sgs \
cmd/sort \
cmd/ssh \
cmd/stat \
cmd/su \
cmd/svc \
cmd/swap \
cmd/sync \
cmd/tabs \
cmd/tip \
cmd/tty \
cmd/ul \
cmd/vt \
cmd/wall \
cmd/wbem \
cmd/who \
cmd/xstr \
cmd/yes \
cmd/zdb \
cmd/zfs \
lib/abi \
lib/libc \
lib/lvm \
lib/madv \
lib/mms \
lib/mpss \
lib/scsi \
lib/fm \
psm \
$(CLOSED_BUILD)COMMON_SUBDIRS += \
$(CLOSED)/cmd/cmd-inet/usr.lib/in.iked \
$(CLOSED)/cmd/pax \
$(CLOSED)/cmd/sed_xpg4 \
$(CLOSED)/cmd/tail \
$(CLOSED)/cmd/tr_xpg4 \
$(CLOSED)/lib/libc_i18n
i386_SUBDIRS= \
cmd/rtc \
sparc_SUBDIRS= \
cmd/dcs \
cmd/drd \
cmd/fps \
stand
$(CLOSED_BUILD)COMMON_SUBDIRS += $(CLOSED)/cmd/mtst
LINTSUBDIRS= $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS)
.PARALLEL: $(LINTSUBDIRS)
lint: uts .WAIT subdirs
subdirs: $(LINTSUBDIRS)
uts $(LINTSUBDIRS): FRC
@cd $@; pwd; $(MAKE) lint
FRC: