TclPKCS11

make-local at [806b44eecc]
Login

make-local at [806b44eecc]

File build/make-local artifact 8e00895db3 part of check-in 806b44eecc


#! /bin/sh

make distclean

CFLAGS='-Wall -Werror -W' ./configure

# Replace version with the version
. build/makearch.info
sed "s/@@VERS@@/${VERS}/g" Makefile > Makefile.new && cat Makefile.new > Makefile
rm -f Makefile.new

make
strip -x tclpkcs11.so