Skip to content
Snippets Groups Projects
make_linker_version_script 174 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/sh
    
    test -f ${1}.exports.in && ${AWK} "{sub(\"LINKER_SYMBOL_PREFIX\", \"${2}\"); print;}" ${1}.exports.in > ${1}.exports
    test -f ${1}.exports.in || rm -f ${1}.exports