diff --git a/Makefile b/Makefile index 3a94ca541..37e796681 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,15 @@ # # Common makefile for SCSI target mid-level and its drivers -# +# # Copyright (C) 2004 - 2011 Vladislav Bolkhovitin # Copyright (C) 2007 - 2010 ID7 Ltd. # Copyright (C) 2010 - 2011 SCST Ltd. -# +# # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation, version 2 # of the License. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -139,7 +139,7 @@ all: @if [ -d $(USR_DIR) ]; then cd $(USR_DIR) && $(MAKE) $@; fi @if [ -d $(SCST_LOCAL_DIR) ]; then cd $(SCST_LOCAL_DIR) && $(MAKE) $@; fi -install: +install: cd $(SCST_DIR) && $(MAKE) $@ # @if [ -d $(DOC_DIR) ]; then cd $(DOC_DIR) && $(MAKE) $@; fi @if [ -d $(QLA_DIR) ]; then cd $(QLA_DIR) && $(MAKE) $@; fi @@ -150,7 +150,7 @@ install: @if [ -d $(USR_DIR) ]; then cd $(USR_DIR) && $(MAKE) $@; fi @if [ -d $(SCST_LOCAL_DIR) ]; then cd $(SCST_LOCAL_DIR) && $(MAKE) $@; fi -uninstall: +uninstall: cd $(SCST_DIR) && $(MAKE) $@ # @if [ -d $(DOC_DIR) ]; then cd $(DOC_DIR) && $(MAKE) $@; fi @if [ -d $(QLA_DIR) ]; then cd $(QLA_DIR) && $(MAKE) $@; fi @@ -161,7 +161,7 @@ uninstall: @if [ -d $(USR_DIR) ]; then cd $(USR_DIR) && $(MAKE) $@; fi @if [ -d $(SCST_LOCAL_DIR) ]; then cd $(SCST_LOCAL_DIR) && $(MAKE) $@; fi -clean: +clean: cd $(SCST_DIR) && $(MAKE) $@ @if [ -d $(DOC_DIR) ]; then cd $(DOC_DIR) && $(MAKE) $@; fi @if [ -d $(QLA_INI_DIR) ]; then cd $(QLA_INI_DIR) && $(MAKE) $@; fi @@ -173,7 +173,7 @@ clean: @if [ -d $(USR_DIR) ]; then cd $(USR_DIR) && $(MAKE) $@; fi @if [ -d $(SCST_LOCAL_DIR) ]; then cd $(SCST_LOCAL_DIR) && $(MAKE) $@; fi -extraclean: +extraclean: cd $(SCST_DIR) && $(MAKE) $@ @if [ -d $(DOC_DIR) ]; then cd $(DOC_DIR) && $(MAKE) $@; fi @if [ -d $(QLA_INI_DIR) ]; then cd $(QLA_INI_DIR) && $(MAKE) $@; fi @@ -188,19 +188,19 @@ extraclean: tags: find . -type f -name "*.[ch]" | ctags --c-kinds=+p --fields=+iaS --extra=+q -e -L- -scst: +scst: cd $(SCST_DIR) && $(MAKE) all -scst_install: +scst_install: cd $(SCST_DIR) && $(MAKE) install -scst_uninstall: +scst_uninstall: cd $(SCST_DIR) && $(MAKE) uninstall -scst_clean: +scst_clean: cd $(SCST_DIR) && $(MAKE) clean -scst_extraclean: +scst_extraclean: cd $(SCST_DIR) && $(MAKE) extraclean docs: @@ -364,7 +364,7 @@ fcst_clean: fcst_extraclean: cd $(FCST_DIR) && $(MAKE) extraclean -debug2perf: +debug2perf: extraclean cd $(SCST_DIR) && $(MAKE) $@ @if [ -d $(QLA_DIR) ]; then cd $(QLA_DIR) && $(MAKE) $@; fi # patch -p0