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/storage/liba5k | |
parent | 8ca018083101bf1cb175869679bc123187fb1bab (diff) | |
parent | 2a1277d3064386cd5c4e372301007aa330bf1d5e (diff) | |
download | illumos-joyent-gcc9.tar.gz |
mergegcc9
Diffstat (limited to 'usr/src/lib/storage/liba5k')
-rw-r--r-- | usr/src/lib/storage/liba5k/Makefile | 3 | ||||
-rw-r--r-- | usr/src/lib/storage/liba5k/Makefile.com | 10 | ||||
-rw-r--r-- | usr/src/lib/storage/liba5k/sparc/Makefile | 2 |
3 files changed, 3 insertions, 12 deletions
diff --git a/usr/src/lib/storage/liba5k/Makefile b/usr/src/lib/storage/liba5k/Makefile index 5f5092904e..0ed87ae65d 100644 --- a/usr/src/lib/storage/liba5k/Makefile +++ b/usr/src/lib/storage/liba5k/Makefile @@ -35,14 +35,13 @@ install_h := TARGET= install_h check := TARGET= check clean := TARGET= clean clobber := TARGET= clobber -lint := TARGET= lint HDRS = a5k.h a_state.h exec.h rom.h HDRDIR = common/hdrs .KEEP_STATE: -all clean clobber install lint: $(SUBDIRS) +all clean clobber install: $(SUBDIRS) install_h: $(ROOTHDRS) check: $(CHECKHDRS) diff --git a/usr/src/lib/storage/liba5k/Makefile.com b/usr/src/lib/storage/liba5k/Makefile.com index 91c40ddda7..f7986c860a 100644 --- a/usr/src/lib/storage/liba5k/Makefile.com +++ b/usr/src/lib/storage/liba5k/Makefile.com @@ -32,27 +32,19 @@ OBJECTS = diag.o \ include ../../../Makefile.lib include ../../../Makefile.rootfs -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) SRCDIR = ../common .KEEP_STATE: -COMMON_LINTFLAGS = -erroff=E_SEC_SPRINTF_UNBOUNDED_COPY -COMMON_LINTFLAGS += -erroff=E_SEC_PRINTF_VAR_FMT - -LINTFLAGS += $(COMMON_LINTFLAGS) -LINTFLAGS64 += $(COMMON_LINTFLAGS) - CERRWARN += -_gcc=-Wno-parentheses CERRWARN += $(CNOWARN_UNINIT) LDLIBS += -lc -ldevice -lg_fc -$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC) all: $(LIBS) -lint: lintcheck include ../../../Makefile.targ diff --git a/usr/src/lib/storage/liba5k/sparc/Makefile b/usr/src/lib/storage/liba5k/sparc/Makefile index 4d168987d0..63d3db287c 100644 --- a/usr/src/lib/storage/liba5k/sparc/Makefile +++ b/usr/src/lib/storage/liba5k/sparc/Makefile @@ -28,4 +28,4 @@ include ../Makefile.com all: $(LIBS) -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) |