Skip to content

Commit

Permalink
Makefile: git-xxx is no longer available
Browse files Browse the repository at this point in the history
default git installation does not have the git-xxx version
installed any more

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
  • Loading branch information
Boaz Harrosh committed Jan 7, 2010
1 parent 4aa3fa9 commit 63c318a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MK_PATH ?= .
util := $(MK_PATH)/osd-util
tgt := $(MK_PATH)/tgt
target := $(MK_PATH)/osd-target
CHECKPATCH ?= ~/dev/git/pub/linux/scripts/checkpatch.pl
CHECKPATCH ?= ~/dev/git/pub/scsi-misc/scripts/checkpatch.pl
checkpatch_2_kdev = checkpatch-2-kdev

.PHONY: all clean
Expand Down Expand Up @@ -33,7 +33,7 @@ stgt: target
$(MAKE) OSDEMU=1 ISCSI=1 -C $(tgt)/usr

stgt_checkpatch:
cd $(tgt);git-show | $(CHECKPATCH) - | $(checkpatch_2_kdev) $(PWD)/$(tgt)
cd $(tgt);git show | $(CHECKPATCH) - | $(checkpatch_2_kdev) $(PWD)/$(tgt)

stgt_tgt_only:
$(MAKE) ISCSI=1 IBMVIO=1 ISCSI_RDMA=1 FCP=1 FCOE=1 OSDEMU=1 -C $(tgt)/usr
Expand All @@ -52,7 +52,7 @@ ctags:
ctags -R $(util) $(target) $(tgt) /usr/include

osd_checkpatch:
git-show | $(CHECKPATCH) - | $(checkpatch_2_kdev) $(PWD)
git show | $(CHECKPATCH) - | $(checkpatch_2_kdev) $(PWD)

# ==== Remote compelation ================================================
# make R=remote_machine R_PATH=source_path_on_remote remote
Expand Down

0 comments on commit 63c318a

Please sign in to comment.