diff options
author | Eike Rathke <erack@redhat.com> | 2011-10-25 17:23:08 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2011-11-04 13:49:42 +0100 |
commit | 5a1225b76112e6abcd2ac232a1cf53d9988ea19f (patch) | |
tree | 80a0f722c5847c4e45055d1a2f0b0a658a552453 /solenv/bin/create-ids | |
parent | fc2207ecfd0503366b1849ef2c7790df5e95a680 (diff) |
ensure that only THE clone dir is excluded
Diffstat (limited to 'solenv/bin/create-ids')
-rwxr-xr-x | solenv/bin/create-ids | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/create-ids b/solenv/bin/create-ids index 7567e857f5e9..be0a8d0a063c 100755 --- a/solenv/bin/create-ids +++ b/solenv/bin/create-ids @@ -4,5 +4,5 @@ . ./Env.Host.sh -dirs="*/$INPATH/inc */$INPATH/misc/build `ls -d */* | sed -e '/\(clone\/\|\/\(common\|unxlng\|unxsol\|unxmac\|wntmsc\|Jamfile\|cscope\.\|tags\|ID\)\)\|^solver\//d'`" +dirs="*/$INPATH/inc */$INPATH/misc/build `ls -d */* | sed -e '/\(\/\(common\|unxlng\|unxsol\|unxmac\|wntmsc\|Jamfile\|cscope\.\|tags\|ID\)\)\|^\(solver\|clone\)\//d'`" mkid --lang-map=`dirname $0`/id-lang.map --include='C C++ asm perl make' --statistics $dirs |