Differences From Artifact [f7c6eaae4e]:
- Executable file build/pre.sh — part of check-in [1a31c6f305] at 2012-05-12 17:12:51 on branch trunk — Updated to begin to use KitDLL SDKs for building (user: rkeene, size: 71) [annotate] [blame] [check-ins using]
To Artifact [071d09b3d7]:
- Executable file build/pre.sh — part of check-in [6846d93596] at 2019-06-12 21:19:44 on branch trunk — TclPKCS11 0.9.12 (user: rkeene, size: 170) [annotate] [blame] [check-ins using]
1 2 | #! /bin/bash | | | > > | | 1 2 3 4 5 6 7 8 9 10 | #! /bin/bash ./autogen.sh rm -rf aclocal cat Makefile.in | sed '/^mrproper:/,/^$/ d' > Makefile.in.new cat Makefile.in.new > Makefile.in rm -f Makefile.in.new exit 0 |