Overview
Comment: | Updated build script to avoid releasing package binary data |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 3b36c0ccca07e1f8d78861583694c4367300f2a7 |
User & Date: | rkeene on 2010-02-05 03:57:49 |
Other Links: | manifest | tags |
Context
2010-02-05
| ||
04:41 | Updated ignores Switched to using "make" unless MAKE environment variable was set Added Tclx (with patches from Slackware) Switched to logging only to a file when building check-in: 25a0e0e475 user: rkeene tags: trunk | |
03:57 | Updated build script to avoid releasing package binary data check-in: 3b36c0ccca user: rkeene tags: trunk | |
03:55 | Updated ignores Renamed "work" directory something more meaningful Created teapot_index script to create client-compliant (but bare) repository check-in: b12f77291f user: rkeene tags: trunk | |
Changes
Modified build/prepare.sh from [2c46c42e01] to [8a5eaad76d].
1 1 #! /bin/sh 2 2 3 3 rm -f client/teapot-client client/teapot-client.exe 4 +rm -rf server/pkgs 4 5 5 6 make -C client teapot-client.kit 6 7 cp client/*.kit .