TclPKCS11

Diff
Login

Diff

Differences From Artifact [3bcde6e579]:

To Artifact [8e00895db3]:


1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

make distclean

./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




|







1
2
3
4
5
6
7
8
9
10
11
12
#! /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