diff options
Diffstat (limited to 'usr/src/lib/libstmf')
-rw-r--r-- | usr/src/lib/libstmf/Makefile | 3 | ||||
-rw-r--r-- | usr/src/lib/libstmf/Makefile.com | 5 | ||||
-rw-r--r-- | usr/src/lib/libstmf/amd64/Makefile | 2 | ||||
-rw-r--r-- | usr/src/lib/libstmf/i386/Makefile | 2 | ||||
-rw-r--r-- | usr/src/lib/libstmf/sparc/Makefile | 2 | ||||
-rw-r--r-- | usr/src/lib/libstmf/sparcv9/Makefile | 2 |
6 files changed, 6 insertions, 10 deletions
diff --git a/usr/src/lib/libstmf/Makefile b/usr/src/lib/libstmf/Makefile index ac4a95275d..41243cf6ac 100644 --- a/usr/src/lib/libstmf/Makefile +++ b/usr/src/lib/libstmf/Makefile @@ -33,7 +33,6 @@ clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install install_h := TARGET= install_h -lint := TARGET= lint HDRS= libstmf.h @@ -41,7 +40,7 @@ HDRDIR= common .KEEP_STATE: -all clean clobber install lint: $(SUBDIRS) +all clean clobber install: $(SUBDIRS) install_h: $(ROOTHDRS) diff --git a/usr/src/lib/libstmf/Makefile.com b/usr/src/lib/libstmf/Makefile.com index 7fd4d6b09d..2b75f643df 100644 --- a/usr/src/lib/libstmf/Makefile.com +++ b/usr/src/lib/libstmf/Makefile.com @@ -31,14 +31,13 @@ OBJECTS= stmf.o store.o include ../../Makefile.lib -LIBS= $(DYNLIB) $(LINTLIB) +LIBS= $(DYNLIB) SRCDIR = ../common INCS += -I$(SRCDIR) CSTD= $(CSTD_GNU99) -C99LMODE= -Xc99=%all LDLIBS += -lc -lnvpair -lscf -lm CPPFLAGS += $(INCS) -D_REENTRANT @@ -47,12 +46,10 @@ CERRWARN += -_gcc=-Wno-unused-label # not linted SMATCH=off -$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC) .KEEP_STATE: all: $(LIBS) -lint: lintcheck include ../../Makefile.targ diff --git a/usr/src/lib/libstmf/amd64/Makefile b/usr/src/lib/libstmf/amd64/Makefile index 821cbc8a82..0dba37b85a 100644 --- a/usr/src/lib/libstmf/amd64/Makefile +++ b/usr/src/lib/libstmf/amd64/Makefile @@ -29,4 +29,4 @@ include ../../Makefile.lib.64 all: $(LIBS) -install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT) +install: all $(ROOTLIBS64) $(ROOTLINKS64) diff --git a/usr/src/lib/libstmf/i386/Makefile b/usr/src/lib/libstmf/i386/Makefile index 95a52ca13f..4f51c80a6e 100644 --- a/usr/src/lib/libstmf/i386/Makefile +++ b/usr/src/lib/libstmf/i386/Makefile @@ -28,4 +28,4 @@ include ../Makefile.com all: $(LIBS) -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) diff --git a/usr/src/lib/libstmf/sparc/Makefile b/usr/src/lib/libstmf/sparc/Makefile index ef68abede6..13c0a6c291 100644 --- a/usr/src/lib/libstmf/sparc/Makefile +++ b/usr/src/lib/libstmf/sparc/Makefile @@ -26,4 +26,4 @@ include ../Makefile.com all: $(LIBS) -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) diff --git a/usr/src/lib/libstmf/sparcv9/Makefile b/usr/src/lib/libstmf/sparcv9/Makefile index 70aafac121..9dc00d7400 100644 --- a/usr/src/lib/libstmf/sparcv9/Makefile +++ b/usr/src/lib/libstmf/sparcv9/Makefile @@ -27,7 +27,7 @@ include ../Makefile.com include ../../Makefile.lib.64 -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) all: $(LIBS) |