mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* lib/mc.ext.in: Run "file" before "nm" to avoid an error
message "no symbol found" for unsupported architectures and provide more useful information.
This commit is contained in:
parent
6c4fd4c044
commit
8b5418771b
@ -1,3 +1,9 @@
|
||||
2002-02-26 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* lib/mc.ext.in: Run "file" before "nm" to avoid an error
|
||||
message "no symbol found" for unsupported architectures and
|
||||
provide more useful information.
|
||||
|
||||
2002-02-22 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* README.smbfs: Remove. It contained no useful information
|
||||
|
@ -137,7 +137,7 @@ shell/.h
|
||||
# Object
|
||||
shell/.o
|
||||
#Open=%var{PAGER:more} %f
|
||||
View=%view{ascii} nm %f
|
||||
View=%view{ascii} file %f && nm %f
|
||||
Link=%var{CC:cc} -O %f
|
||||
Disassemble=%view{ascii} objdump -d -r %f
|
||||
|
||||
@ -168,7 +168,7 @@ shell/.info
|
||||
# Manual page
|
||||
# Exception - .so libraries are not manual pages
|
||||
regex/\.(so|so\.[0-9\.]*)$
|
||||
View=%view{ascii} nm %f
|
||||
View=%view{ascii} file %f && nm %f
|
||||
|
||||
regex/(([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|n)|\.man)$
|
||||
Open=nroff @TROFFASCII@ @MANDOC@ %f | %var{PAGER:more}
|
||||
@ -515,7 +515,7 @@ type/^compress
|
||||
regex/\.s?a$
|
||||
Open=%cd %p#uar
|
||||
#Open=%view{ascii} ar tv %f
|
||||
View=%view{ascii} nm %f
|
||||
View=%view{ascii} file %f && nm %f
|
||||
|
||||
# trpm
|
||||
regex/\.trpm$
|
||||
|
Loading…
Reference in New Issue
Block a user