Differences From Artifact [2c46c42e01]:
- Executable file build/prepare.sh — part of check-in [52d092d636] at 2009-04-18 22:18:27 on branch trunk — Fixed build script to make correct target for checking. (user: rkeene, size: 116) [annotate] [blame] [check-ins using]
To Artifact [8a5eaad76d]:
- Executable file build/prepare.sh — part of check-in [3b36c0ccca] at 2010-02-05 03:57:49 on branch trunk — Updated build script to avoid releasing package binary data (user: rkeene, size: 135) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 | 1 2 3 4 5 6 7 | + | #! /bin/sh rm -f client/teapot-client client/teapot-client.exe rm -rf server/pkgs make -C client teapot-client.kit cp client/*.kit . |