lkml.org 
[lkml]   [2012]   [Apr]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] scripts, Fix 'make cscope'
Date
commit 66979224c0d288331edcadb1e6ebd978d920d476, scripts: refactor remove
structure forward declarations, breaks 'make cscope' which now gives the
following error:

[prarit@prarit linux-2.6]$ make cscope
GEN cscope
sed: can't read cscope: No such file or directory
make: *** [cscope] Error 2

Fix a typo in the commit.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Cc: Yang Bai <hamo.by@gmail.com>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: Michal Marek <mmarek@suse.cz>
---
scripts/tags.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/tags.sh b/scripts/tags.sh
index 0d6004e..b501e84 100755
--- a/scripts/tags.sh
+++ b/scripts/tags.sh
@@ -255,5 +255,5 @@ esac

# Remove structure forward declarations.
if [ -n $remove_structs ]; then
- LANG=C sed -i -e '/^\([a-zA-Z_][a-zA-Z0-9_]*\)\t.*\t\/\^struct \1;.*\$\/;"\tx$/d' $1
+ LANG=C sed -i -e '/^\([a-zA-Z_][a-zA-Z0-9_]*\)\t.*\t\/\^struct \1;.*\$\/;"\tx$/d' tags
fi
--
1.7.1


\
 
 \ /
  Last update: 2012-04-01 13:35    [W:0.027 / U:0.108 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site