Overview
Comment: | Changed build script to copy kits to root of archive |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
40f0c560a59ab5bae49a0529dd46fce9 |
User & Date: | rkeene on 2009-04-18 03:39:20 |
Other Links: | manifest | tags |
Context
2009-04-18
| ||
03:58 | Updated teapot-client list to default to using the current system information check-in: 222dca07e6 user: rkeene tags: trunk | |
03:39 | Changed build script to copy kits to root of archive check-in: 40f0c560a5 user: rkeene tags: trunk | |
03:36 | Added README and ChangeLog check-in: 82027084f1 user: rkeene tags: trunk | |
Changes
Modified build/makearch.info from [df10183a01] to [744ef7ca85].
︙ | ︙ | |||
29 30 31 32 33 34 35 | # These files follow the same convention as DOCS, but don't have the header # tacked onto them. UPDATE_VARS="" # This script is executed immediately after copying the files # to a temp directory to attempt to compile | | | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | # These files follow the same convention as DOCS, but don't have the header # tacked onto them. UPDATE_VARS="" # This script is executed immediately after copying the files # to a temp directory to attempt to compile BEFORE="build/prepare.sh" # This script is executed immediately prior to creation of the # tarball AFTER="" # Files matching these (space-seperated) patterns are deleted TMPS="*.out HEADER build" |
Added build/prepare.sh version [4915f72bf6].
> > > > | 1 2 3 4 | #! /bin/sh make -C client cp client/*.kit . |