From 5e1796cb883eababcf9e3ffcec95349f6387161a Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 28 Jan 2011 23:55:04 +0000 Subject: [PATCH] Added processing of scstadmin in disable_proc/enable_proc as suggested by Bryan Mesich git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3234 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 48c43e963..f90ad4d60 100644 --- a/Makefile +++ b/Makefile @@ -398,6 +398,7 @@ enable_proc: # @if [ -d $(SRP_DIR) ]; then cd $(SRP_DIR) && $(MAKE) $@; fi @if [ -d $(ISCSI_DIR) ]; then cd $(ISCSI_DIR) && $(MAKE) $@; fi # @if [ -d $(SCST_LOCAL_DIR) ]; then cd $(SCST_LOCAL_DIR) && $(MAKE) $@; fi + @if [ -d $(SCSTADM_DIR) ]; then cd $(SCSTADM_DIR) && $(MAKE) $@; fi disable_proc: cd $(SCST_DIR) && $(MAKE) $@ @@ -407,6 +408,7 @@ disable_proc: # @if [ -d $(SRP_DIR) ]; then cd $(SRP_DIR) && $(MAKE) $@; fi @if [ -d $(ISCSI_DIR) ]; then cd $(ISCSI_DIR) && $(MAKE) $@; fi # @if [ -d $(SCST_LOCAL_DIR) ]; then cd $(SCST_LOCAL_DIR) && $(MAKE) $@; fi + @if [ -d $(SCSTADM_DIR) ]; then cd $(SCSTADM_DIR) && $(MAKE) $@; fi .PHONY: all install uninstall clean extraclean tags help \ qla qla_install qla_uninstall qla_clean qla_extraclean \