diff options
author | John Levon <john.levon@joyent.com> | 2020-05-26 13:57:13 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2020-05-26 13:57:13 +0000 |
commit | 5b2acc0949194447bba6e45a0fa44d0b5f42f208 (patch) | |
tree | 7ea9eb87bc68fee386dd39035ce715e87a0e673c /usr/src/lib/scsi/libses | |
parent | 8ca018083101bf1cb175869679bc123187fb1bab (diff) | |
parent | 2a1277d3064386cd5c4e372301007aa330bf1d5e (diff) | |
download | illumos-joyent-gcc9.tar.gz |
mergegcc9
Diffstat (limited to 'usr/src/lib/scsi/libses')
-rw-r--r-- | usr/src/lib/scsi/libses/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/scsi/libses/Makefile.defs | 3 | ||||
-rw-r--r-- | usr/src/lib/scsi/libses/Makefile.targ | 4 | ||||
-rw-r--r-- | usr/src/lib/scsi/libses/amd64/Makefile | 3 | ||||
-rw-r--r-- | usr/src/lib/scsi/libses/i386/Makefile | 3 | ||||
-rw-r--r-- | usr/src/lib/scsi/libses/sparc/Makefile | 3 | ||||
-rw-r--r-- | usr/src/lib/scsi/libses/sparcv9/Makefile | 3 |
7 files changed, 6 insertions, 17 deletions
diff --git a/usr/src/lib/scsi/libses/Makefile b/usr/src/lib/scsi/libses/Makefile index abb400b621..cde5b044b1 100644 --- a/usr/src/lib/scsi/libses/Makefile +++ b/usr/src/lib/scsi/libses/Makefile @@ -23,7 +23,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" include ../../Makefile.lib include ../Makefile.defs @@ -41,12 +40,11 @@ all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install -lint := TARGET= lint install_h:= TARGET = install_h .KEEP_STATE: -all install clean clobber lint: $(SUBDIRS) +all install clean clobber: $(SUBDIRS) install_h: $(ROOTHDRS) diff --git a/usr/src/lib/scsi/libses/Makefile.defs b/usr/src/lib/scsi/libses/Makefile.defs index 0c31d9af9f..6d112f65b0 100644 --- a/usr/src/lib/scsi/libses/Makefile.defs +++ b/usr/src/lib/scsi/libses/Makefile.defs @@ -51,9 +51,8 @@ LDLIBS += \ -lumem \ -lc -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) CLEANFILES += \ ../common/ses_errno.c -$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) diff --git a/usr/src/lib/scsi/libses/Makefile.targ b/usr/src/lib/scsi/libses/Makefile.targ index a73a46eae4..ab51445fad 100644 --- a/usr/src/lib/scsi/libses/Makefile.targ +++ b/usr/src/lib/scsi/libses/Makefile.targ @@ -23,14 +23,10 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" - .KEEP_STATE: all : $(LIBS) -lint : lintcheck - ../common/ses_errno.c: ../common/mkerrno.sh ../common/libses.h sh ../common/mkerrno.sh < $(ROOTSCSIHDRDIR)/libses.h > $@ diff --git a/usr/src/lib/scsi/libses/amd64/Makefile b/usr/src/lib/scsi/libses/amd64/Makefile index aaa948e5ae..1caea4ea49 100644 --- a/usr/src/lib/scsi/libses/amd64/Makefile +++ b/usr/src/lib/scsi/libses/amd64/Makefile @@ -23,7 +23,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" include ../Makefile.com include ../../../Makefile.lib @@ -31,6 +30,6 @@ include ../../../Makefile.lib.64 include ../Makefile.defs include ../Makefile.defs.64 -install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) include ../Makefile.targ diff --git a/usr/src/lib/scsi/libses/i386/Makefile b/usr/src/lib/scsi/libses/i386/Makefile index b2454048f0..6cf1050b9e 100644 --- a/usr/src/lib/scsi/libses/i386/Makefile +++ b/usr/src/lib/scsi/libses/i386/Makefile @@ -23,7 +23,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" include ../Makefile.com include ../../../Makefile.lib @@ -31,6 +30,6 @@ include ../Makefile.defs DYNFLAGS += $(DYNFLAGS32) -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) include ../Makefile.targ diff --git a/usr/src/lib/scsi/libses/sparc/Makefile b/usr/src/lib/scsi/libses/sparc/Makefile index b2454048f0..6cf1050b9e 100644 --- a/usr/src/lib/scsi/libses/sparc/Makefile +++ b/usr/src/lib/scsi/libses/sparc/Makefile @@ -23,7 +23,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" include ../Makefile.com include ../../../Makefile.lib @@ -31,6 +30,6 @@ include ../Makefile.defs DYNFLAGS += $(DYNFLAGS32) -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) include ../Makefile.targ diff --git a/usr/src/lib/scsi/libses/sparcv9/Makefile b/usr/src/lib/scsi/libses/sparcv9/Makefile index aaa948e5ae..1caea4ea49 100644 --- a/usr/src/lib/scsi/libses/sparcv9/Makefile +++ b/usr/src/lib/scsi/libses/sparcv9/Makefile @@ -23,7 +23,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" include ../Makefile.com include ../../../Makefile.lib @@ -31,6 +30,6 @@ include ../../../Makefile.lib.64 include ../Makefile.defs include ../Makefile.defs.64 -install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) include ../Makefile.targ |