diff options
author | lloyd <[email protected]> | 2009-10-29 01:38:50 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-10-29 01:38:50 +0000 |
commit | 50b4840e6dfd893ae2feecc3bd6ec49071796354 (patch) | |
tree | aa367693fd9828a1285a20bc191a47a436756147 /src/utils | |
parent | 3623be3fd05d890309cc3da4b3a1e319e357df65 (diff) |
Remove the 'realname' attribute on all modules and cc/cpu/os info files.
Pretty much useless and unused, except for listing the module names in
build.h and the short versions totally suffice for that.
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/asm_amd64/info.txt | 2 | ||||
-rw-r--r-- | src/utils/asm_ia32/info.txt | 2 | ||||
-rw-r--r-- | src/utils/buf_comp/info.txt | 2 | ||||
-rw-r--r-- | src/utils/datastor/info.txt | 2 | ||||
-rw-r--r-- | src/utils/info.txt | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/src/utils/asm_amd64/info.txt b/src/utils/asm_amd64/info.txt index 6fa4d1de5..a5588669c 100644 --- a/src/utils/asm_amd64/info.txt +++ b/src/utils/asm_amd64/info.txt @@ -1,5 +1,3 @@ -realname "Assembler Macros (x86-64)" - load_on dep <add> diff --git a/src/utils/asm_ia32/info.txt b/src/utils/asm_ia32/info.txt index 8485d33b9..63b57e0f8 100644 --- a/src/utils/asm_ia32/info.txt +++ b/src/utils/asm_ia32/info.txt @@ -1,5 +1,3 @@ -realname "Assembler Macros (IA-32)" - load_on dep <add> diff --git a/src/utils/buf_comp/info.txt b/src/utils/buf_comp/info.txt index bcbbc23e2..7aea580ce 100644 --- a/src/utils/buf_comp/info.txt +++ b/src/utils/buf_comp/info.txt @@ -1,5 +1,3 @@ -realname "Buffered Computation" - load_on auto <add> diff --git a/src/utils/datastor/info.txt b/src/utils/datastor/info.txt index 8c38a3ac8..9c995adaf 100644 --- a/src/utils/datastor/info.txt +++ b/src/utils/datastor/info.txt @@ -1,5 +1,3 @@ -realname "Datastore" - load_on auto <add> diff --git a/src/utils/info.txt b/src/utils/info.txt index 6380fd6c2..3d024fa09 100644 --- a/src/utils/info.txt +++ b/src/utils/info.txt @@ -1,5 +1,3 @@ -realname "Utility Functions" - define UTIL_FUNCTIONS load_on always |