Unsupported scripts
From ISP_RAS
Contents |
[edit]
Scripts that are no longer supported
There are some scripts in repository that have no usage in any makefiles or other scripts. These scripts are not supported and they possibly will not work with new versions of specdb schema.
| Script | Location | Description |
|---|---|---|
| mkfuncprototype | build_env/headers | generates prototypes for all functions defined in given header. This script is not used anywhere. All information about headers is generated by mkheader and mkdatadef scripts |
| mkinterfacesgmltable | lsbspec | this script requires LibInt table that doesn't exist in database |
| mkinterfacetable | lsbspec | this script requires LibInt table that doesn't exist in database |
| mkspectable | lsbspec | this script requires StandInt table that doesn't exist in database |
| mkusergrpcmds | lsbspec; lsbspec/LSB/generic/usersgroups | this script requires StandUgCmds table that doesn't exist in database |
| mkusergrpint | lsbspec; lsbspec/LSB/generic/usersgroups | this script requires StandUgInt table that doesn't exist in database |
| mktags | tools/mkpkg/ | generates a file with information about all rpm tags from LSB DB except 'Reserved' ones |
[edit]
Dependencies on DB
[edit]
build_env/headers/mkfuncprototype
| Table | Insert | Select |
|---|---|---|
| Header | - | + |
| Interface | - | + |
| Parameter | - | + |
| Type | - | + |
[edit]
lsbspec/mkinterfacesgmltable
| Table | Insert | Select |
|---|---|---|
| Interface | - | + |
| LibInt | - | + |
| Library | - | + |
| Standard | - | + |
Note: 'LibInt' table doesn't exist in database.
[edit]
lsbspec/mkinterfacetable
| Table | Insert | Select |
|---|---|---|
| Interface | - | + |
| LibInt | - | + |
| Library | - | + |
| Standard | - | + |
Note: 'LibInt' table doesn't exist in database.
[edit]
lsbspec/mkspectable
| Table | Insert | Select |
|---|---|---|
| Interface | - | + |
| Standard | - | + |
| StandInt | - | + |
Note: 'StandInt' table doesn't exist in database.
[edit]
lsbspec/mkusergrpcmds
| Table | Insert | Select |
|---|---|---|
| Command | - | + |
| Standard | - | + |
| StandUgCmds] | - | + |
Note: 'StandUgCmds' table doesn't exist in database.
[edit]
lsbspec/mkusergrpint
| Table | Insert | Select |
|---|---|---|
| Interface | - | + |
| Standard | - | + |
| StandUgInt | - | + |
Note: 'StandUgInt' table doesn't exist in database.