Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204865
b: refs/heads/master
c: 03b550d
h: refs/heads/master
i:
  204863: a56e24a
v: v3
  • Loading branch information
Roland Dreier authored and Michal Marek committed Jun 3, 2010
1 parent 14e2480 commit 5903e1c
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: 073ed10363a89cfcc04b7c4d9a9626c5ed48852c
refs/heads/master: 03b550d3f9faf912d935ea310363e8e96d3aeeea
2 changes: 1 addition & 1 deletion trunk/scripts/checkkconfigsymbols.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ find $paths -name '*.[chS]' -o -name 'Makefile' -o -name 'Makefile*[^~]'| while
do
# Output the bare Kconfig variable and the filename; the _MODULE part at
# the end is not removed here (would need perl an not-hungry regexp for that).
sed -ne 's!^.*\<\(UML_\)\?CONFIG_\([0-9A-Z_]\+\).*!\2 '$i'!p' < $i
sed -ne 's!^.*\<\(UML_\)\?CONFIG_\([0-9A-Za-z_]\+\).*!\2 '$i'!p' < $i
done | \
# Smart "sort|uniq" implemented in awk and tuned to collect the names of all
# files which use a given symbol
Expand Down

0 comments on commit 5903e1c

Please sign in to comment.