From da8cc3d52c8642fa60aa42cefa8305ee684d030f Mon Sep 17 00:00:00 2001 From: David Gibson Date: Wed, 4 Oct 2006 02:15:32 -0700 Subject: [PATCH] --- yaml --- r: 38350 b: refs/heads/master c: 18e39913d41ca4d63e9e94a2ad25b5ea31caaa7f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 3663d5aef32d..92a41379b614 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 585b7747d63e3a5f65628d21c1745edd926d7897 +refs/heads/master: 18e39913d41ca4d63e9e94a2ad25b5ea31caaa7f diff --git a/trunk/Makefile b/trunk/Makefile index 4c6c5e32ef96..adb2c748e105 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -1321,7 +1321,7 @@ define xtags --langdef=kconfig \ --language-force=kconfig \ --regex-kconfig='/^[[:blank:]]*config[[:blank:]]+([[:alnum:]_]+)/\1/'; \ - $(all-defconfigs) | xargs $1 -a \ + $(all-defconfigs) | xargs -r $1 -a \ --langdef=dotconfig \ --language-force=dotconfig \ --regex-dotconfig='/^#?[[:blank:]]*(CONFIG_[[:alnum:]_]+)/\1/'; \ @@ -1329,7 +1329,7 @@ define xtags $(all-sources) | xargs $1 -a; \ $(all-kconfigs) | xargs $1 -a \ --regex='/^[ \t]*config[ \t]+\([a-zA-Z0-9_]+\)/\1/'; \ - $(all-defconfigs) | xargs $1 -a \ + $(all-defconfigs) | xargs -r $1 -a \ --regex='/^#?[ \t]?\(CONFIG_[a-zA-Z0-9_]+\)/\1/'; \ else \ $(all-sources) | xargs $1 -a; \