Print this page
NEX-8148 Alerts should be sent if cores are created on a system
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
*** 20,30 ****
#
#
# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright 2014 Garrett D'Amore <garrett@damore.org>
! # Copyright 2016 Nexenta Systems, Inc.
#
# Common definitions for open and closed headers.
# check files really don't exist
--- 20,30 ----
#
#
# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright 2014 Garrett D'Amore <garrett@damore.org>
! # Copyright 2017 Nexenta Systems, Inc.
#
# Common definitions for open and closed headers.
# check files really don't exist
*** 45,54 ****
--- 45,57 ----
$(DOT_H_CHECK)
fm/io/%.check: fm/io/%.h
$(DOT_H_CHECK)
+ fm/sw/%.check: fm/sw/%.h
+ $(DOT_H_CHECK)
+
fs/%.check: fs/%.h
$(DOT_H_CHECK)
ib/%.check: ib/%.h
$(DOT_H_CHECK)
*** 192,201 ****
--- 195,205 ----
$(ROOTDIR)/fibre-channel/ulp \
$(ROOTDIR)/fm \
$(ROOTDIR)/fm/cpu \
$(ROOTDIR)/fm/fs \
$(ROOTDIR)/fm/io \
+ $(ROOTDIR)/fm/sw \
$(ROOTDIR)/fs \
$(ROOTDIR)/ib \
$(ROOTDIR)/ib/adapters/tavor \
$(ROOTDIR)/ib/adapters/hermon \
$(ROOTDIR)/ib/adapters \
*** 273,282 ****
--- 277,287 ----
ROOTFMHDRS= $(FMHDRS:%=$(ROOTDIR)/fm/%)
ROOTFMCPUHDRS= $(FMCPUHDRS:%=$(ROOTDIR)/fm/cpu/%)
ROOTFMIOHDRS= $(FMIOHDRS:%=$(ROOTDIR)/fm/io/%)
ROOTFMFSHDRS= $(FMFSHDRS:%=$(ROOTDIR)/fm/fs/%)
+ ROOTFMSWHDRS= $(FMSWHDRS:%=$(ROOTDIR)/fm/sw/%)
ROOTFSHDRS= $(FSHDRS:%=$(ROOTDIR)/fs/%)
ROOTSCSIHDRS= $(SCSIHDRS:%=$(ROOTDIR)/scsi/%)
ROOTSATAGENHDRS= $(SATAGENHDRS:%=$(ROOTDIR)/sata/%)