Overview
Comment: | Fixed build script to make correct target for checking. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 52d092d636281c6941fbcd16ec463c98383f8f5a |
User & Date: | rkeene on 2009-04-18 22:18:27 |
Other Links: | manifest | tags |
Context
2009-04-18
| ||
22:22 | Documentation update check-in: 3913113214 user: rkeene tags: trunk | |
22:18 | Fixed build script to make correct target for checking. check-in: 52d092d636 user: rkeene tags: trunk | |
22:16 | Teaparty 0.9.1.x check-in: a50a1e04a0 user: rkeene tags: trunk | |
Changes
Modified build/prepare.sh from [2fdf538748] to [2c46c42e01].
1 2 3 4 5 6 |
#! /bin/sh rm -f client/teapot-client client/teapot-client.exe make -C client cp client/*.kit . |
| |
1 2 3 4 5 6 |
#! /bin/sh
rm -f client/teapot-client client/teapot-client.exe
make -C client teapot-client.kit
cp client/*.kit .
|