Now that all uses of the SQ variables have been dropped, we can stop setting the variables. Signed-off-by: Jeff King <peff@xxxxxxxx> --- Makefile | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/Makefile b/Makefile index b1c3fb4..cd07a70 100644 --- a/Makefile +++ b/Makefile @@ -1039,7 +1039,6 @@ endif endif ifdef SANE_TOOL_PATH -SANE_TOOL_PATH_SQ = $(subst ','\'',$(SANE_TOOL_PATH)) BROKEN_PATH_FIX = 's|^\# @@BROKEN_PATH_FIX@@$$|git_broken_path_fix $(call sqi,$(SANE_TOOL_PATH)|' PATH := $(SANE_TOOL_PATH):${PATH} else @@ -1594,31 +1593,6 @@ MAKE/$1: FORCE fi endef -# Shell quote (do not use $(call) to accommodate ancient setups); - -SHA1_HEADER_SQ = $(subst ','\'',$(SHA1_HEADER)) -ETC_GITCONFIG_SQ = $(subst ','\'',$(ETC_GITCONFIG)) -ETC_GITATTRIBUTES_SQ = $(subst ','\'',$(ETC_GITATTRIBUTES)) - -DESTDIR_SQ = $(subst ','\'',$(DESTDIR)) -bindir_SQ = $(subst ','\'',$(bindir)) -bindir_relative_SQ = $(subst ','\'',$(bindir_relative)) -mandir_relative_SQ = $(subst ','\'',$(mandir_relative)) -infodir_relative_SQ = $(subst ','\'',$(infodir_relative)) -localedir_SQ = $(subst ','\'',$(localedir)) -gitexecdir_SQ = $(subst ','\'',$(gitexecdir)) -template_dir_SQ = $(subst ','\'',$(template_dir)) -htmldir_relative_SQ = $(subst ','\'',$(htmldir_relative)) -prefix_SQ = $(subst ','\'',$(prefix)) -gitwebdir_SQ = $(subst ','\'',$(gitwebdir)) - -SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH)) -PERL_PATH_SQ = $(subst ','\'',$(PERL_PATH)) -PYTHON_PATH_SQ = $(subst ','\'',$(PYTHON_PATH)) -TCLTK_PATH_SQ = $(subst ','\'',$(TCLTK_PATH)) -DIFF_SQ = $(subst ','\'',$(DIFF)) -PERLLIB_EXTRA_SQ = $(subst ','\'',$(PERLLIB_EXTRA)) - LIBS = $(GITLIBS) $(EXTLIBS) BASIC_CFLAGS += -DSHA1_HEADER=$(call sq,$(SHA1_HEADER)) \ @@ -2302,7 +2276,6 @@ gitexec_instdir = $(gitexecdir) else gitexec_instdir = $(prefix)/$(gitexecdir) endif -gitexec_instdir_SQ = $(subst ','\'',$(gitexec_instdir)) export gitexec_instdir ifneq ($(filter /%,$(firstword $(mergetoolsdir))),) @@ -2310,7 +2283,6 @@ mergetools_instdir = $(mergetoolsdir) else mergetools_instdir = $(prefix)/$(mergetoolsdir) endif -mergetools_instdir_SQ = $(subst ','\'',$(mergetools_instdir)) install_bindir_programs := $(patsubst %,%$X,$(BINDIR_PROGRAMS_NEED_X)) $(BINDIR_PROGRAMS_NO_X) -- 1.8.5.2.500.g8060133 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html