* 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:
Pavel Roskin 2002-02-26 23:59:55 +00:00
parent 6c4fd4c044
commit 8b5418771b
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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$