From 64fbbf7805bca6c56b182484cdbd9915d167f01b Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 4 Oct 2012 17:11:17 -0700 Subject: [PATCH] --- yaml --- r: 330026 b: refs/heads/master c: c353acba28fb3fa1fd05fd6b85a9fc7938330f9c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/Kbuild.include | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b365d361a049..0102840c45f3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0eb5a35801df3c438ce3fc91310a415ea4452c00 +refs/heads/master: c353acba28fb3fa1fd05fd6b85a9fc7938330f9c diff --git a/trunk/scripts/Kbuild.include b/trunk/scripts/Kbuild.include index 6a3ee981931d..afa44595f348 100644 --- a/trunk/scripts/Kbuild.include +++ b/trunk/scripts/Kbuild.include @@ -209,7 +209,7 @@ endif # >$< substitution to preserve $ when reloading .cmd file # note: when using inline perl scripts [perl -e '...$$t=1;...'] # in $(cmd_xxx) double $$ your perl vars -make-cmd = $(subst \#,\\\#,$(subst $$,$$$$,$(call escsq,$(cmd_$(1))))) +make-cmd = $(subst \\,\\\\,$(subst \#,\\\#,$(subst $$,$$$$,$(call escsq,$(cmd_$(1)))))) # Find any prerequisites that is newer than target or that does not exist. # PHONY targets skipped in both cases.