Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330026
b: refs/heads/master
c: c353acb
h: refs/heads/master
v: v3
  • Loading branch information
Sascha Hauer authored and Linus Torvalds committed Oct 5, 2012
1 parent aabf7c7 commit 64fbbf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0eb5a35801df3c438ce3fc91310a415ea4452c00
refs/heads/master: c353acba28fb3fa1fd05fd6b85a9fc7938330f9c
2 changes: 1 addition & 1 deletion trunk/scripts/Kbuild.include
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 64fbbf7

Please sign in to comment.