Check-in [3d037ffb60]
Overview
Comment:Removed obsolete files from initialization
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 3d037ffb601d0204ddf7f15dedcf3a11bcfb542a
User & Date: rkeene on 2017-10-17 04:01:10
Other Links: manifest | tags
Context
2017-10-18
20:00
Always build LibreSSL as PIC (in case we are building a shared object) check-in: 78c713f659 user: rkeene tags: trunk
2017-10-17
04:03
Started work on a stringify that does not use as much RAM Leaf check-in: bf2b430faa user: rkeene tags: less-memory-stringify
04:02
Started work on supporting alternate roots Leaf check-in: 975c25c193 user: rkeene tags: support-altroot
04:01
Removed obsolete files from initialization check-in: 3d037ffb60 user: rkeene tags: trunk
2017-10-13
20:39
Updated to the latest version of tcc4tcl check-in: 5d9fc82c1f user: rkeene tags: trunk
Changes

Modified build/pre.sh from [2f1302c97f] to [5203e0aae7].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#! /usr/bin/env bash

./kitcreator distclean >/dev/null 2>/dev/null

KITSHROOTDIR="$(ls -1d kitsh/buildsrc/kitsh-*/)"
export KITSHROOTDIR
(
	cd "${KITSHROOTDIR}" || exit 1

	autoconf; autoheader
	rm -rf autom4te.cache
	rm -f *~

	make -f Makefile.common.in boot.tcl.h zipvfs.tcl.h cvfs.tcl.h

	make distclean >/dev/null 2>/dev/null

	exit 0
) || exit 1

rm -f tcl/patchscripts/dietlibc.sh

find . -name '.*.sw?' -type f | xargs rm -f













|









1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#! /usr/bin/env bash

./kitcreator distclean >/dev/null 2>/dev/null

KITSHROOTDIR="$(ls -1d kitsh/buildsrc/kitsh-*/)"
export KITSHROOTDIR
(
	cd "${KITSHROOTDIR}" || exit 1

	autoconf; autoheader
	rm -rf autom4te.cache
	rm -f *~

	make -f Makefile.common.in zipvfs.tcl.h cvfs.tcl.h

	make distclean >/dev/null 2>/dev/null

	exit 0
) || exit 1

rm -f tcl/patchscripts/dietlibc.sh

find . -name '.*.sw?' -type f | xargs rm -f