db: move db stuff from smatch_scripts/db/ to smatch_data/db/
commit7250de6f0854ed162cb4f2f6fee45c79abb7cab1
authorDan Carpenter <dan.carpenter@oracle.com>
Sat, 16 Feb 2013 10:33:28 +0000 (16 13:33 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Sat, 16 Feb 2013 10:33:28 +0000 (16 13:33 +0300)
treeadd12dfaa75baad2d4fdc98f5adc01b105ccfa43
parent80813bd9b3f208b99d0ceda272ca30c55bafbaa2
db: move db stuff from smatch_scripts/db/ to smatch_data/db/

I want to have the schema files under smatch_data/ so the smatch binary
can access them.  I moved the script files as well because I want to keep
everything together in one place.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
16 files changed:
smatch_data/db/call_implies.schema [moved from smatch_scripts/db/call_implies.schema with 100% similarity]
smatch_data/db/caller_info.schema [moved from smatch_scripts/db/caller_info.schema with 100% similarity]
smatch_data/db/create_db.sh [moved from smatch_scripts/db/create_db.sh with 100% similarity]
smatch_data/db/db.schema [moved from smatch_scripts/db/db.schema with 100% similarity]
smatch_data/db/fill_db_caller_info.pl [moved from smatch_scripts/db/fill_db_caller_info.pl with 100% similarity]
smatch_data/db/fill_db_sql.pl [moved from smatch_scripts/db/fill_db_sql.pl with 100% similarity]
smatch_data/db/fixup_kernel.sh [moved from smatch_scripts/db/fixup_kernel.sh with 100% similarity]
smatch_data/db/function_ptr.schema [moved from smatch_scripts/db/function_ptr.schema with 100% similarity]
smatch_data/db/return_states.schema [moved from smatch_scripts/db/return_states.schema with 100% similarity]
smatch_data/db/return_values.schema [moved from smatch_scripts/db/return_values.schema with 100% similarity]
smatch_data/db/smdb_function_info.sh [moved from smatch_scripts/db/smdb_function_info.sh with 100% similarity]
smatch_data/db/smdb_param_buf_size.sh [moved from smatch_scripts/db/smdb_param_buf_size.sh with 100% similarity]
smatch_data/db/smdb_param_values.sh [moved from smatch_scripts/db/smdb_param_values.sh with 100% similarity]
smatch_data/db/smdb_return_values.sh [moved from smatch_scripts/db/smdb_return_values.sh with 100% similarity]
smatch_data/db/type_size.schema [moved from smatch_scripts/db/type_size.schema with 100% similarity]
smatch_scripts/build_kernel_data.sh