Check-in [7c0261e55c]
Overview
Comment:Updated to hide distclean output
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 7c0261e55c99314ad5ddd21fef253838b8c81bbd
User & Date: rkeene on 2012-10-08 19:40:22
Other Links: manifest | tags
Context
2012-10-08
19:42
KitCreator 0.6.2 check-in: dfa672b310 user: rkeene tags: trunk, 0.6.2
19:40
Updated to hide distclean output check-in: 7c0261e55c user: rkeene tags: trunk
19:35
Fixed issue with newer versions of Tcl providing a zlib package (version 2.0) check-in: 94567b3779 user: rkeene tags: trunk
Changes

Modified build/pre.sh from [9030af4614] to [2f1302c97f].

9
10
11
12
13
14
15
16


17
18
19
20
21

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

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

	make distclean


) || exit 1

rm -f tcl/patchscripts/dietlibc.sh

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







|
>
>





9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

	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