Skip to content

Commit

Permalink
modify check-whitespace target for NO_GIT=1
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Jan 17, 2015
1 parent 4b20e10 commit d098553
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ debug release: | $(DIRS) $(build_datarootdir)/julia/base $(build_datarootdir)/ju
$(MAKE) $(QUIET_MAKE) LD_LIBRARY_PATH=$(build_libdir):$(LD_LIBRARY_PATH) JULIA_EXECUTABLE="$(JULIA_EXECUTABLE_$@)" $(build_private_libdir)/sys.$(SHLIB_EXT)

check-whitespace:
ifneq ($(NO_GIT), 1)
contrib/check-whitespace.sh
else
$(warn "Skipping whitespace check because git is unavailable")
endif

release-candidate: release test
@#Check documentation
Expand Down

0 comments on commit d098553

Please sign in to comment.