Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287937
b: refs/heads/master
c: 42f1c01
h: refs/heads/master
i:
  287935: 76ae5a5
v: v3
  • Loading branch information
Greg Dietsche authored and Michal Marek committed Feb 24, 2012
1 parent a7d7452 commit decb7bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 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: 6c635224602d760c1208ada337562f40d8ae93a5
refs/heads/master: 42f1c01b79d54a00012c553b95fc7fe266d82394
13 changes: 4 additions & 9 deletions trunk/scripts/coccicheck
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@ if [ "$C" = "1" -o "$C" = "2" ]; then
# FLAGS="-ignore_unknown_options -very_quiet"
# OPTIONS=$*

if [ "$KBUILD_EXTMOD" = "" ] ; then
# Workaround for Coccinelle < 0.2.3
FLAGS="-I $srctree/include -very_quiet"
shift $(( $# - 1 ))
OPTIONS=$1
else
echo M= is not currently supported when C=1 or C=2
exit 1
fi
# Workaround for Coccinelle < 0.2.3
FLAGS="-I $srctree/include -very_quiet"
shift $(( $# - 1 ))
OPTIONS=$1
else
ONLINE=0
FLAGS="-very_quiet"
Expand Down

0 comments on commit decb7bf

Please sign in to comment.