diff options
author | Garrett D'Amore <garrett@nexenta.com> | 2010-11-15 20:03:27 -0800 |
---|---|---|
committer | Garrett D'Amore <garrett@nexenta.com> | 2010-11-15 20:03:27 -0800 |
commit | 4656d4747c8743290bfbe910c64cd75eb4e4af8d (patch) | |
tree | 241d8b3f0b8796e33937c6a27c670eba002f8f04 /usr/src/Makefile.lint | |
parent | 60bec29ea42d65ac648c69b0fb189273e286ca57 (diff) | |
download | illumos-gate-4656d4747c8743290bfbe910c64cd75eb4e4af8d.tar.gz |
420 remove patch (sparse package) support from svr4 pkg
421 libpkg and libadm need to be lint clean
Reviewed by: gwr@nexenta.com
Reviewed by: peter.tribble@gmail.com
Approved by: gwr@nexenta.com
Diffstat (limited to 'usr/src/Makefile.lint')
-rw-r--r-- | usr/src/Makefile.lint | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/usr/src/Makefile.lint b/usr/src/Makefile.lint index 144b315c01..6ccb30c9e4 100644 --- a/usr/src/Makefile.lint +++ b/usr/src/Makefile.lint @@ -340,6 +340,7 @@ COMMON_SUBDIRS = \ lib/brand/solaris10 \ lib/crypt_modules \ lib/extendedFILE \ + lib/libadm \ lib/libadutils \ lib/libadt_jni \ lib/libaio \ @@ -407,6 +408,7 @@ COMMON_SUBDIRS = \ lib/libpctx \ lib/libpicl \ lib/libpicltree \ + lib/libpkg \ lib/libpool \ lib/libproc \ lib/libpthread \ @@ -475,12 +477,6 @@ COMMON_SUBDIRS = \ ucbcmd/users \ ucbcmd/whoami -$(CLOSED_BUILD)COMMON_SUBDIRS += \ - $(CLOSED)/cmd/cmd-inet/usr.lib/in.iked \ - $(CLOSED)/cmd/pax \ - $(CLOSED)/cmd/sed_xpg4 \ - $(CLOSED)/lib/libc_i18n - i386_SUBDIRS= \ cmd/acpihpd \ cmd/biosdev \ @@ -511,8 +507,6 @@ sparc_SUBDIRS= \ lib/storage \ stand -$(CLOSED_BUILD)COMMON_SUBDIRS += $(CLOSED)/cmd/mtst - LINTSUBDIRS= $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS) .PARALLEL: $(LINTSUBDIRS) |