Overview
| Comment: | Added local build script |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
e44bf4f1c8fb69a0a9955be4de07a961 |
| User & Date: | rkeene on 2010-10-11 00:08:34.000 |
| Other Links: | manifest | tags |
Context
|
2010-10-11
| ||
| 00:10 | Removed built aclocal.m4 from release check-in: 32c1e0acef user: rkeene tags: trunk | |
| 00:08 | Added local build script check-in: e44bf4f1c8 user: rkeene tags: trunk | |
| 00:08 | Subversion to Fossil Copy Commit. Please Ignore. Recording copying build/make-win32 to build/make-local. check-in: ee5ffe26ef user: rkeene tags: trunk | |
Changes
Modified build/make-local
from [1fc9e7f214]
to [3bcde6e579].
1 2 3 4 | #! /bin/sh make distclean | < < < < < < < < | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 |
#! /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
strip -x tclpkcs11.so
|