Check-in [7df9b24c2c]
Overview
Comment:More work towards cleaner releases: Remove duplicated files
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | tls-1-7
Files: files | file ages | folders
SHA1: 7df9b24c2c5a95d571be83764386b7a1ca45a9b9
User & Date: rkeene on 2016-11-24 03:52:42
Other Links: branch diff | manifest | tags
Context
2016-11-24
04:09
Updated to build the "tls.tcl" file into the library check-in: 195000fcab user: rkeene tags: tls-1-7
03:52
More work towards cleaner releases: Remove duplicated files check-in: 7df9b24c2c user: rkeene tags: tls-1-7
03:48
Added missing script from release engineering directory check-in: 0acbbdb95c user: rkeene tags: tls-1-7
Changes

Modified build/pre.sh from [9faf9ed037] to [a8f310fb41].

1
2
3

4
5
#! /usr/bin/env bash

./autogen.sh || exit 1


exit 0



>


1
2
3
4
5
6
#! /usr/bin/env bash

./autogen.sh || exit 1
rm -rf aclocal

exit 0